TaskFailureInformationCodes Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains error codes specific to task scheduling errors.
public static class TaskFailureInformationCodes
type TaskFailureInformationCodes = class
Public Class TaskFailureInformationCodes
- Inheritance
-
TaskFailureInformationCodes
Fields
ApplicationPackageError |
An error occurred when trying to deploy a required application package. |
BlobAccessDenied |
Access was denied when trying to download a resource file required for the task. |
BlobDownloadMiscError |
An error occurred when trying to download a resource file required for the task. |
BlobDownloadTimedOut |
A timeout occurred when downloading a resource file required for the task. |
BlobNotFound |
A resource file required for the task does not exist. |
CommandLaunchFailed |
An error occurred when launching the task's command line. |
CommandProgramNotFound |
The program specified in the task's command line was not found. |
ContainerInvalidImage |
The container image was invalid. |
ContainerInvalidRegistry |
The specified container registry was invalid. |
ContainerInvalidSettings |
At least one value of the specified Task container settings is invalid. |
ContainerMiscError |
There was an unknown error encountered while attempting to run a Task in a container. |
DiskFull |
The compute node disk ran out of space when downloading the resource files required for the task. |
FailureExitCode |
The task process exited with a nonzero exit code. |
FileUploadAccessDenied |
Access to the Azure Storage Container for uploading Output Files was denied. |
FileUploadConflict |
There was a conflict encountered when uploading Output Files. |
FileUploadContainerNotFound |
The Azure Storage Container for uploading Output Files was not found. |
FileUploadMiscError |
The compute node hit an unexpected error when uploading Output Files. |
FileUploadTimedOut |
The compute node timed out while uploading Output Files. |
MountConfigurationError |
There was an error attempting to configure the specified mounts. |
ResourceContainerAccessDenied |
Access to the Azure Storage resource file Container was denied. |
ResourceContainerListMiscError |
The compute node hit an unexpected error when attempting to list blobs from the specified Azure Storage Container. |
ResourceContainerListTimedOut |
The compute node was unable to list blobs from the specified Azure Storage Container. |
ResourceContainerNotFound |
The Azure Storage Container was not found. |
ResourceDirectoryCreateFailed |
The compute node could not create a directory for the task's resource files. |
ResourceFileCreateFailed |
The compute node could not create a local file when trying to download a resource file required for the task. |
ResourceFileWriteFailed |
The compute node could not write to a local file when trying to download a resource file required for the task. |
TaskEnded |
The task ended. |
Unknown |
The reason for the scheduling error is unknown. |
Applies to
Azure SDK for .NET