public final class TaskFailureInformationCodes extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ApplicationPackageError
An error occurred when trying to deploy a required application package.
|
static String |
BlobAccessDenied
Access was denied when trying to download a resource file required for the task.
|
static String |
BlobDownloadMiscError
An error occurred when trying to download a resource file required for the task.
|
static String |
BlobDownloadTimedOut
A timeout occurred when downloading a resource file required for the task.
|
static String |
BlobNotFound
A resource file required for the task does not exist.
|
static String |
CommandLaunchFailed
An error occurred when launching the task's command line.
|
static String |
CommandProgramNotFound
The program specified in the task's command line was not found.
|
static String |
DiskFull
The compute node disk ran out of space when downloading the resource files required for the task.
|
static String |
ResourceDirectoryCreateFailed
The compute node could not create a directory for the task's resource files.
|
static String |
ResourceFileCreateFailed
The compute node could not create a local file when trying to download a resource file required for the task.
|
static String |
ResourceFileWriteFailed
The compute node could not write to a local file when trying to download a resource file required for the task.
|
static String |
TaskEnded
The task ended.
|
static String |
Unknown
The reason for the scheduling error is unknown.
|
Constructor and Description |
---|
TaskFailureInformationCodes() |
public static final String ApplicationPackageError
public static final String BlobAccessDenied
public static final String BlobDownloadMiscError
public static final String BlobDownloadTimedOut
public static final String BlobNotFound
public static final String CommandLaunchFailed
public static final String CommandProgramNotFound
public static final String DiskFull
public static final String ResourceDirectoryCreateFailed
public static final String ResourceFileCreateFailed
public static final String ResourceFileWriteFailed
public static final String TaskEnded
public static final String Unknown
Copyright © 2019. All rights reserved.