public final class BatchErrorCodeStrings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AccountIsDisabled
The specified account is disabled.
|
static String |
ActiveJobAndScheduleQuotaReached
The account has reached its quota of active jobs and job schedules.
|
static String |
ApplicationNotFound
The specified application does not exist.
|
static String |
AuthenticationFailed
The Batch service failed to authenticate the request.
|
static String |
AutoScaleFormulaTooLong
An automatic scaling formula is too long.
|
static String |
AutoScaleTooManyRequestsToEnable
Enable AutoScale requests for the same pool must be separated by at least 30 seconds.
|
static String |
AutoScalingFormulaSyntaxError
An automatic scaling formula has a syntax error.
|
static String |
CertificateBeingDeleted
A certificate operation was attempted which is not permitted when the certificate is in the process of being deleted.
|
static String |
CertificateExists
The certificate you are attempting to add already exists.
|
static String |
CertificateNotFound
The certificate on which an operation was attempted is not present in the Batch account.
|
static String |
CertificateStateActive
A certificate operation was attempted which is not permitted when the certificate is active.
|
static String |
CertificateStateDeleteFailed
A certificate could not be deleted because it is still in use.
|
static String |
ConditionNotMet
A read operation included a HTTP conditional header, and the condition was not met.
|
static String |
EmptyMetadataKey
An add or update request specified a metadata item whose key is an empty string.
|
static String |
FileNotFound
A node file requested from a task or compute node was not found.
|
static String |
HostInformationNotPresent
The host information was missing from the HTTP request.
|
static String |
InsufficientAccountPermissions
The account being accessed does not have sufficient permissions to execute this operation.
|
static String |
InternalError
An internal error occurred in the Batch service.
|
static String |
InvalidApplicationPackageReferences
One or more application package references could not be satisfied.
|
static String |
InvalidAuthenticationInfo
The authentication credentials were not provided in the correct format.
|
static String |
InvalidAutoScalingSettings
The specified auto-scale settings are not valid.
|
static String |
InvalidCertificateReferences
A pool specification specifies one or more invalid certificates (for example, certificates that are
not present in the Batch account).
|
static String |
InvalidConstraintValue
A value in a job or task constraint is out of range.
|
static String |
InvalidHeaderValue
The value of one of the HTTP headers was in an incorrect format.
|
static String |
InvalidHttpVerb
The Batch service did not recognize the HTTP verb used for the request.
|
static String |
InvalidInput
One of the request inputs is not valid.
|
static String |
InvalidMetadata
An add or update request specified a metadata item which contains characters that are not permitted.
|
static String |
InvalidPropertyValue
The value of a property in the HTTP request body is invalid.
|
static String |
InvalidQueryParameterValue
The HTTP request URI contained invalid value for one of the query parameters.
|
static String |
InvalidRange
The specified byte range is invalid for the given resource.
|
static String |
InvalidRequestBody
The HTTP request body is not syntactically valid.
|
static String |
InvalidRestAPIForAccountSetting
There is a conflict between the REST API being used and the account.
|
static String |
InvalidUri
The HTTP request URI was invalid.
|
static String |
IOError
An I/O error occurred while trying to access a resource within the Batch account.
|
static String |
JobBeingDeleted
A job operation was attempted which is not permitted when the job is in the process of being deleted.
|
static String |
JobBeingTerminated
A job operation was attempted which is not permitted when the job is in the process of being terminated.
|
static String |
JobCompleted
A job operation was attempted which is not permitted when the job has been completed.
|
static String |
JobDisabled
The specified job is disabled.
|
static String |
JobExists
The specified job exists.
|
static String |
JobNotActive
A job operation was attempted which is not permitted when the job is not active.
|
static String |
JobNotFound
The job on which an operation was attempted is not present in the Batch account.
|
static String |
JobPreparationTaskNotRunOnNode
A Job Preparation task was not run on a compute node.
|
static String |
JobPreparationTaskNotSpecified
The specified job does not have a Job Preparation task.
|
static String |
JobReleaseTaskNotRunOnNode
A Job Release task was not run on a compute node.
|
static String |
JobReleaseTaskNotSpecified
The specified job does not have a Job Release task.
|
static String |
JobScheduleBeingDeleted
A job schedule operation was attempted which is not permitted when the schedule is in the process of being deleted.
|
static String |
JobScheduleBeingTerminated
A job schedule operation was attempted which is not permitted when the schedule is in the process of being terminated.
|
static String |
JobScheduleCompleted
A job schedule operation was attempted which is not permitted when the schedule has completed.
|
static String |
JobScheduleDisabled
A job schedule operation was attempted which is not permitted when the schedule is disabled.
|
static String |
JobScheduleExists
The job schedule you are attempting to add already exists in the Batch account.
|
static String |
JobScheduleNotFound
The job schedule on which an operation was attempted does not exist.
|
static String |
JobScheduleWithSameIdExists
A job schedule with the specified job ID exists.
|
static String |
JobWithSameIdExists
A job with the specified job schedule ID exists.
|
static String |
MetadataTooLarge
The size of the metadata exceeds the maximum permitted.
|
static String |
MissingContentLengthHeader
The HTTP Content-Length header was not specified.
|
static String |
MissingRequiredHeader
A required HTTP header was not specified.
|
static String |
MissingRequiredProperty
A required property was not specified in the HTTP request body.
|
static String |
MissingRequiredQueryParameter
A required query parameter was not specified in the URL.
|
static String |
MultipleConditionHeadersNotSupported
Multiple condition headers are not supported.
|
static String |
NodeAlreadyInTargetSchedulingState
The specified compute node is already in the target scheduling state.
|
static String |
NodeBeingCreated
A compute node operation was attempted which is not permitted when the node is in the process of being created.
|
static String |
NodeBeingRebooted
A compute node operation was attempted which is not permitted when the node is in the process of being rebooted.
|
static String |
NodeBeingReimaged
A compute node operation was attempted which is not permitted when the node is in the process of being reimaged.
|
static String |
NodeBeingStarted
A compute node operation was attempted which is not permitted when the node is in the process of being started.
|
static String |
NodeCountsMismatch
The node counts do not match.
|
static String |
NodeNotFound
The compute node on which an operation was attempted is not present in the given pool.
|
static String |
NodeStateUnusable
A compute node operation was attempted which is not permitted when the node is unusable.
|
static String |
NodeUserExists
The compute node user account you are attempting to add already exists.
|
static String |
NodeUserNotFound
The compute node user account on which an operation was attempted does not exist.
|
static String |
NotImplemented
The operation is not implemented.
|
static String |
OperationInvalidForCurrentState
The specified operation is not valid for the current state of the resource.
|
static String |
OperationTimedOut
The operation could not be completed within the permitted time.
|
static String |
OSVersionDisabled
The specified Azure Guest OS version is disabled.
|
static String |
OSVersionExpired
The specified Azure Guest OS version is expired.
|
static String |
OSVersionNotFound
The specified Azure Guest OS version was not found.
|
static String |
OutOfRangeInput
One of the request inputs is out of range.
|
static String |
OutOfRangePriority
A job priority was specified which was outside the permitted range of -1000 to 1000.
|
static String |
OutOfRangeQueryParameterValue
A query parameter in the request URL is out of range.
|
static String |
PathNotFound
A file path was not found on a compute node.
|
static String |
PoolBeingCreated
A pool operation was attempted which is not permitted when the pool is in the process of being created.
|
static String |
PoolBeingDeleted
A pool operation was attempted which is not permitted when the pool is in the process of being deleted.
|
static String |
PoolBeingResized
A pool operation was attempted which is not permitted when the pool is in the process of being resized.
|
static String |
PoolExists
The pool you are attempting to add already exists.
|
static String |
PoolNotEligibleForOSVersionUpgrade
The specified pool is not eligible for an operating system version upgrade.
|
static String |
PoolNotFound
The pool on which an operation was attempted is not present in the Batch account.
|
static String |
PoolQuotaReached
The account has reached its quota of pools.
|
static String |
PoolVersionEqualsUpgradeVersion
The pool is already on the operating system version to which it was asked to upgrade.
|
static String |
RequestBodyTooLarge
The size of the HTTP request body exceeds the maximum permitted.
|
static String |
RequestUrlFailedToParse
The Batch service could not parse the request URL.
|
static String |
ResourceAlreadyExists
The specified resource already exists.
|
static String |
ResourceNotFound
The specified resource does not exist.
|
static String |
ResourceTypeMismatch
The resource does not match the expected type.
|
static String |
ServerBusy
The Batch service is currently unable to receive requests.
|
static String |
StorageAccountNotFound
A requested storage account was not found.
|
static String |
TaskCompleted
A task operation was attempted which is not permitted when the task has been completed.
|
static String |
TaskDependenciesNotSpecifiedOnJob
A task was specified as depending on other tasks, but the job did not specify that it would use task dependencies.
|
static String |
TaskDependencyListTooLong
A task was specified as depending on other tasks, but the list of dependencies was too long to be stored.
|
static String |
TaskDependencyRangesTooLong
A task was specified as depending on other tasks, but the list of task ID ranges was too long to be stored.
|
static String |
TaskExists
The task you are attempting to add already exists.
|
static String |
TaskFilesCleanedup
The files of the specified task are cleaned up.
|
static String |
TaskFilesUnavailable
The node files for a task are not available, for example because the retention period has expired.
|
static String |
TaskIdSameAsJobPreparationTask
The task ID is the same as that of the Job Preparation task.
|
static String |
TaskIdSameAsJobReleaseTask
The task ID is the same as that of the Job Release task.
|
static String |
TaskNotFound
The task on which an operation was attempted is not present in the job.
|
static String |
UnsupportedConstraint
A requested job or task constraint is not supported.
|
static String |
UnsupportedHeader
One of the HTTP headers specified in the request is not supported.
|
static String |
UnsupportedHttpVerb
The resource does not support the specified HTTP verb.
|
static String |
UnsupportedHttpVersion
The Batch service does not support the specified version of the HTTP protocol.
|
static String |
UnsupportedProperty
One of the properties specified in the HTTP request body is not supported.
|
static String |
UnsupportedQueryParameter
One of the query parameters specified in the URL is not supported.
|
static String |
UnsupportedRequestVersion
The specified version of the Batch REST API is not supported.
|
static String |
UpgradePoolVersionConflict
The pool is already upgrading to a different operating system version.
|
Constructor and Description |
---|
BatchErrorCodeStrings() |
public static final String AccountIsDisabled
public static final String ActiveJobAndScheduleQuotaReached
public static final String ApplicationNotFound
public static final String AutoScalingFormulaSyntaxError
public static final String AutoScaleFormulaTooLong
public static final String AutoScaleTooManyRequestsToEnable
public static final String CertificateBeingDeleted
public static final String CertificateExists
public static final String CertificateNotFound
public static final String CertificateStateActive
public static final String CertificateStateDeleteFailed
public static final String FileNotFound
public static final String InvalidApplicationPackageReferences
public static final String InvalidCertificateReferences
public static final String InvalidConstraintValue
public static final String InvalidRestAPIForAccountSetting
public static final String JobBeingDeleted
public static final String JobBeingTerminated
public static final String JobCompleted
public static final String JobNotActive
public static final String JobExists
public static final String JobPreparationTaskNotRunOnNode
public static final String JobPreparationTaskNotSpecified
public static final String JobReleaseTaskNotRunOnNode
public static final String JobReleaseTaskNotSpecified
public static final String JobNotFound
public static final String IOError
public static final String OperationInvalidForCurrentState
public static final String OSVersionDisabled
public static final String OSVersionExpired
public static final String OSVersionNotFound
public static final String OutOfRangePriority
public static final String PathNotFound
public static final String PoolBeingDeleted
public static final String PoolBeingResized
public static final String PoolBeingCreated
public static final String PoolExists
public static final String PoolNotEligibleForOSVersionUpgrade
public static final String PoolNotFound
public static final String PoolQuotaReached
public static final String PoolVersionEqualsUpgradeVersion
public static final String StorageAccountNotFound
public static final String TaskCompleted
public static final String TaskDependenciesNotSpecifiedOnJob
public static final String TaskDependencyListTooLong
public static final String TaskDependencyRangesTooLong
public static final String TaskFilesUnavailable
public static final String TaskFilesCleanedup
public static final String TaskExists
public static final String TaskIdSameAsJobPreparationTask
public static final String TaskIdSameAsJobReleaseTask
public static final String TaskNotFound
public static final String NodeBeingCreated
public static final String NodeBeingStarted
public static final String NodeBeingRebooted
public static final String NodeBeingReimaged
public static final String NodeCountsMismatch
public static final String NodeNotFound
public static final String NodeStateUnusable
public static final String NodeUserExists
public static final String NodeUserNotFound
public static final String NodeAlreadyInTargetSchedulingState
public static final String UpgradePoolVersionConflict
public static final String UnsupportedConstraint
public static final String UnsupportedRequestVersion
public static final String JobScheduleBeingDeleted
public static final String JobScheduleBeingTerminated
public static final String JobScheduleCompleted
public static final String JobScheduleDisabled
public static final String JobScheduleExists
public static final String JobScheduleNotFound
public static final String JobDisabled
public static final String JobWithSameIdExists
public static final String JobScheduleWithSameIdExists
public static final String AuthenticationFailed
public static final String ConditionNotMet
public static final String EmptyMetadataKey
public static final String HostInformationNotPresent
public static final String InsufficientAccountPermissions
public static final String InternalError
public static final String InvalidAuthenticationInfo
public static final String InvalidAutoScalingSettings
public static final String InvalidHeaderValue
public static final String InvalidHttpVerb
public static final String InvalidInput
public static final String InvalidMetadata
public static final String InvalidPropertyValue
public static final String InvalidRequestBody
public static final String InvalidQueryParameterValue
public static final String InvalidRange
public static final String InvalidUri
public static final String MetadataTooLarge
public static final String MissingContentLengthHeader
public static final String MissingRequiredHeader
public static final String MissingRequiredProperty
public static final String MissingRequiredQueryParameter
public static final String MultipleConditionHeadersNotSupported
public static final String NotImplemented
public static final String OutOfRangeInput
public static final String OutOfRangeQueryParameterValue
public static final String OperationTimedOut
public static final String RequestBodyTooLarge
public static final String RequestUrlFailedToParse
public static final String ResourceNotFound
public static final String ResourceAlreadyExists
public static final String ResourceTypeMismatch
public static final String ServerBusy
public static final String UnsupportedHeader
public static final String UnsupportedHttpVerb
public static final String UnsupportedHttpVersion
public static final String UnsupportedProperty
public static final String UnsupportedQueryParameter
Copyright © 2019. All rights reserved.