StorageErrorCodeStrings Class
- java.
lang. Object - com.
microsoft. azure. storage. StorageErrorCodeStrings
- com.
public class StorageErrorCodeStrings
Represents common error code strings for Azure Storage.
Field Summary
Modifier and Type | Field and Description |
---|---|
final String |
ACCOUNT_ALREADY_EXISTS
The specified account already exists. |
final String |
ACCOUNT_BEING_CREATED
The specified account is in the process of being created. |
final String |
ACCOUNT_IS_DISABLED
The specified account is disabled. |
final String |
AUTHENTICATION_FAILED
Authentication failed. |
final String |
BLOB_ALREADY_EXISTS
The specified blob already exists. |
final String |
BLOB_NOT_FOUND
The specified blob does not exist. |
final String |
CANNOT_DELETE_FILE_OR_DIRECTORY
The file or directory could not be deleted because it is in use by an SMB client. |
final String |
CANNOT_VERIFY_COPY_SOURCE
Could not verify the copy source within the specified time. Examine the HTTP status code and message for more information about the failure. |
final String |
CLIENT_CACHE_FLUSH_DELAY
The specified resource state could not be flushed from an SMB client in the specified time. |
final String |
CLIENT_PROVIDED_KEY_ERROR
Error encrypting/decrypting data with client provided key. |
final String |
CONDITION_HEADERS_NOT_SUPPORTED
Condition headers are not supported. |
final String |
CONDITION_NOT_MET
The specified condition was not met. |
final String |
CONTAINER_ALREADY_EXISTS
The specified container already exists. |
final String |
CONTAINER_BEING_DELETED
The specified container is being deleted. |
final String |
CONTAINER_DISABLED
The specified container is disabled. |
final String |
CONTAINER_NOT_FOUND
The specified container was not found. |
final String |
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED
The copy source account and destination account must be the same. |
final String |
COPY_ID_MISMATCH
The specified copy ID did not match the copy ID for the pending copy operation. |
final String |
DECRYPTION_ERROR
An error occurred during decryption. |
final String |
DELETE_PENDING
The specified resource is marked for deletion by an SMB client. |
final String |
DIRECTORY_ALREADY_EXISTS
The specified directory already exists. |
final String |
DIRECTORY_NOT_EMPTY
The specified directory is not empty. |
final String |
DUPLICATE_PROPERTIES_SPECIFIED
A property is specified more than one time. |
final String |
EMPTY_METADATA_KEY
The metadata key is empty. |
final String |
ENTITY_ALREADY_EXISTS
The entity already exists |
final String |
ENTITY_TOO_LARGE
The entity already exists |
final String |
FILE_LOCK_CONFLICT
A portion of the specified file is locked by an SMB client. |
final String |
HOST_INFORMATION_NOT_PRESENT
The required host information is not present in the request. You must send a non-empty Host header or include the absolute URI in the request line. |
final String |
INCORRECT_BLOB_TYPE
An incorrect blob type was specified. |
final String |
INFINITE_LEASE_DURATION_REQUIRED
The lease ID matched, but the specified lease must be an infinite-duration lease. |
final String |
INSUFFICIENT_ACCOUNT_PERMISSIONS
The account being accessed does not have sufficient permissions to execute this operation. |
final String |
INTERNAL_ERROR
An internal error occurred. |
final String |
INVALID_APPEND_POSITION
Error code that may be returned when the specified append offset is invalid. |
final String |
INVALID_AUTHENTICATION_INFO
The authentication information was not provided in the correct format. Verify the value of Authorization header. |
final String |
INVALID_BLOB_OR_BLOCK
The specified blob or block content is invalid. |
final String |
INVALID_BLOB_TYPE
An incorrect blob type was specified. |
final String |
INVALID_BLOCK_ID
The specified block ID is invalid. The block ID must be Base64-encoded. |
final String |
INVALID_BLOCK_LIST
The specified block list is invalid. |
final String |
INVALID_DOCUMENT
The specified XML or Json document is invalid. Used for tables only. |
final String |
INVALID_FILE_OR_DIRECTORY_PATH_NAME
File or directory path is too long or file or directory path has too many subdirectories. |
final String |
INVALID_HEADER_VALUE
One or more header values are invalid. |
final String |
INVALID_HTTP_VERB
The HTTP verb is invalid. |
final String |
INVALID_INPUT
The input is invalid. |
final String |
INVALID_MARKER
The specified marker is invalid. |
final String |
INVALID_MAX_BLOB_SIZE_CONDITION
Error code that may be returned when the specified max blob size is exceeded. |
final String |
INVALID_MD5
The specified MD5 hash is invalid. |
final String |
INVALID_METADATA
The specified metadata is invalid. |
final String |
INVALID_PAGE_RANGE
The page range specified is invalid. |
final String |
INVALID_QUERY_PARAMETER_VALUE
One or more query parameters are invalid. |
final String |
INVALID_RANGE
The specified range is invalid. |
final String |
INVALID_RESOURCE_NAME
The specified resource name contains invalid characters. |
final String |
INVALID_TYPE
The incorrect type was given. Used for tables only. |
final String |
INVALID_URI
The URI is invalid. |
final String |
INVALID_VALUE_TYPE
The value specified is invalid. |
final String |
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION
All operations on page blobs require at least version 2009-09-19. |
final String |
INVALID_XML_DOCUMENT
The specified XML document is invalid. |
final String |
INVALID_XML_NODE_VALUE
The value provided for one of the XML nodes in the request body was not in the correct format. |
final String |
JSON_FORMAT_NOT_SUPPORTED
JSON format is not supported. |
final String |
LEASE_ALREADY_BROKEN
The lease is already broken. |
final String |
LEASE_ALREADY_PRESENT
The lease is already present. |
final String |
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION
The lease ID is incorrect with a blob operation. |
final String |
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION
The lease ID is incorrect with a container operation. |
final String |
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION
The lease ID is incorrect with a lease operation. |
final String |
LEASE_ID_MISSING
The lease ID is missing. |
final String |
LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED
The lease ID matched, but the lease is currently in breaking state and cannot be acquired until it is broken. |
final String |
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED
The lease ID matched, but the lease is currently in breaking state and cannot be changed. |
final String |
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED
The lease ID matched, but the lease has been broken explicitly and cannot be renewed. |
final String |
LEASE_LOST
A lease ID was specified, but the lease for the blob/container has expired. |
final String |
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION
There is currently no lease on the blob. |
final String |
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION
There is currently no lease on the container. |
final String |
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION
There is currently no lease on the blob/container. |
final String |
MD5_MISMATCH
The specified MD5 hash does not match the server value. |
final String |
MESSAGE_NOT_FOUND
The specified message does not exist. |
final String |
MESSAGE_TOO_LARGE
The message exceeds the maximum allowed size. |
final String |
METADATA_TOO_LARGE
The specified metadata is too large. |
final String |
METHOD_NOT_ALLOWED
The requested method is not allowed on the specified resource. |
final String |
MISSING_CONTENT_LENGTH_HEADER
The Content-Length header is required for this request. |
final String |
MISSING_MD5_HEADER
The MD5 hash is missing. |
final String |
MISSING_REQUIRED_HEADER
A required header was missing. |
final String |
MISSING_REQUIRED_QUERY_PARAMETER
A required query parameter is missing. |
final String |
MISSING_REQUIRED_XML_NODE
A required XML node was missing. |
final String |
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED
Multiple condition headers are not supported. |
final String |
NO_PENDING_COPY_OPERATION
There is currently no pending copy operation. |
final String |
NOT_IMPLEMENTED
The requested operation is not implemented on the specified resource. |
final String |
OPERATION_TIMED_OUT
The operation timed out. |
final String |
OUT_OF_RANGE_INPUT
The input is out of range. |
final String |
OUT_OF_RANGE_QUERY_PARAMETER_VALUE
One or more query parameters are out of range. |
final String |
PARENT_NOT_FOUND
The specified parent path does not exist. |
final String |
PENDING_COPY_OPERATION
There is currently a pending copy operation. |
final String |
POP_RECEIPT_MISMATCH
The specified pop receipt did not match the pop receipt for a dequeued message. |
final String |
PROPERTIES_NEED_VALUE
Values have not been specified for all properties in the entity. |
final String |
PROPERTY_NAME_INVALID
The property name is invalid. |
final String |
PROPERTY_NAME_TOO_LONG
The property name exceeds the maximum allowed length. |
final String |
PROPERTY_VALUE_TOO_LARGE
The property value is larger than the maximum size permitted. |
final String |
QUEUE_ALREADY_EXISTS
The specified queue already exists. |
final String |
QUEUE_BEING_DELETED
The specified queue is being deleted. |
final String |
QUEUE_DISABLED
The specified queue has been disabled by the administrator. |
final String |
QUEUE_NOT_EMPTY
The specified queue is not empty. |
final String |
QUEUE_NOT_FOUND
The specified queue does not exist. |
final String |
READ_ONLY_ATTRIBUTE
The specified resource is read-only and cannot be modified at this time. |
final String |
REQUEST_BODY_TOO_LARGE
The request body is too large. |
final String |
REQUEST_URL_FAILED_TO_PARSE
The url in the request could not be parsed. |
final String |
RESOURCE_ALREADY_EXISTS
The specified resource already exists. |
final String |
RESOURCE_NOT_FOUND
The specified resource was not found. |
final String |
RESOURCE_TYPE_MISMATCH
The specified resource type does not match the type of the existing resource. |
final String |
SEQUENCE_NUMBER_CONDITION_NOT_MET
The sequence number condition specified was not met. |
final String |
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE
The sequence number increment cannot be performed because it would result in overflow of the sequence number. |
final String |
SERVER_BUSY
The server is busy. |
final String |
SHARE_ALREADY_EXISTS
The specified share already exists. |
final String |
SHARE_BEING_DELETED
The specified share is being deleted. Try operation later. |
final String |
SHARE_DISABLED
The specified share is disabled by the administrator. |
final String |
SHARE_HAS_SNAPSHOTS
The specified share contains snapshots. |
final String |
SHARE_NOT_FOUND
The specified share was not found. |
final String |
SHARING_VIOLATION
The specified resource may be in use by an SMB client. |
final String |
SNAPSHOTS_PRESENT
This operation is not permitted because the blob has snapshots. |
final String |
SOURCE_CONDITION_NOT_MET
The source condition specified using HTTP conditional header(s) is not met. |
final String |
TABLE_ALREADY_EXISTS
The table specified already exists. |
final String |
TABLE_BEING_DELETED
The specified table is being deleted. |
final String |
TABLE_NOT_FOUND
The table specified does not exist. |
final String |
TARGET_CONDITION_NOT_MET
The target condition specified using HTTP conditional header(s) is not met. |
final String |
TOO_MANY_PROPERTIES
The entity contains more properties than allowed. |
final String |
UNSUPPORTED_HEADER
One or more header values are not supported. |
final String |
UNSUPPORTED_HTTP_VERB
The specified HTTP verb is not supported. |
final String |
UNSUPPORTED_QUERY_PARAMETER
One or more query parameters is not supported. |
final String |
UNSUPPORTED_XML_NODE
One of the XML nodes specified in the request body is not supported. |
final String |
UPDATE_CONDITION_NOT_SATISFIED
The update condition was not satisfied |
final String |
X_METHOD_INCORRECT_COUNT
More than one X-HTTP-Method is specified. |
final String |
X_METHOD_INCORRECT_VALUE
The specified X-HTTP-Method is invalid. |
final String |
X_METHOD_NOT_USING_POST
The request uses X-HTTP-Method with an HTTP verb other than POST. |
Field Details
ACCOUNT_ALREADY_EXISTS
public static final String ACCOUNT_ALREADY_EXISTS= "AccountAlreadyExists"
The specified account already exists.
ACCOUNT_BEING_CREATED
public static final String ACCOUNT_BEING_CREATED= "AccountBeingCreated"
The specified account is in the process of being created.
ACCOUNT_IS_DISABLED
public static final String ACCOUNT_IS_DISABLED= "AccountIsDisabled"
The specified account is disabled.
AUTHENTICATION_FAILED
public static final String AUTHENTICATION_FAILED= "AuthenticationFailed"
Authentication failed.
BLOB_ALREADY_EXISTS
public static final String BLOB_ALREADY_EXISTS= "BlobAlreadyExists"
The specified blob already exists.
BLOB_NOT_FOUND
public static final String BLOB_NOT_FOUND= "BlobNotFound"
The specified blob does not exist.
CANNOT_DELETE_FILE_OR_DIRECTORY
public static final String CANNOT_DELETE_FILE_OR_DIRECTORY= "CannotDeleteFileOrDirectory"
The file or directory could not be deleted because it is in use by an SMB client.
CANNOT_VERIFY_COPY_SOURCE
public static final String CANNOT_VERIFY_COPY_SOURCE= "CannotVerifyCopySource"
Could not verify the copy source within the specified time. Examine the HTTP status code and message for more information about the failure.
CLIENT_CACHE_FLUSH_DELAY
public static final String CLIENT_CACHE_FLUSH_DELAY= "ClientCacheFlushDelay"
The specified resource state could not be flushed from an SMB client in the specified time.
CLIENT_PROVIDED_KEY_ERROR
public static final String CLIENT_PROVIDED_KEY_ERROR= "ClientProvidedKeyError"
Error encrypting/decrypting data with client provided key.
CONDITION_HEADERS_NOT_SUPPORTED
public static final String CONDITION_HEADERS_NOT_SUPPORTED= "ConditionHeadersNotSupported"
Condition headers are not supported.
CONDITION_NOT_MET
public static final String CONDITION_NOT_MET= "ConditionNotMet"
The specified condition was not met.
CONTAINER_ALREADY_EXISTS
public static final String CONTAINER_ALREADY_EXISTS= "ContainerAlreadyExists"
The specified container already exists.
CONTAINER_BEING_DELETED
public static final String CONTAINER_BEING_DELETED= "ContainerBeingDeleted"
The specified container is being deleted.
CONTAINER_DISABLED
public static final String CONTAINER_DISABLED= "ContainerDisabled"
The specified container is disabled.
CONTAINER_NOT_FOUND
public static final String CONTAINER_NOT_FOUND= "ContainerNotFound"
The specified container was not found.
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED
public static final String COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED= "CopyAcrossAccountsNotSupported"
The copy source account and destination account must be the same.
COPY_ID_MISMATCH
public static final String COPY_ID_MISMATCH= "CopyIdMismatch"
The specified copy ID did not match the copy ID for the pending copy operation.
DECRYPTION_ERROR
public static final String DECRYPTION_ERROR= "DecryptionError"
An error occurred during decryption.
DELETE_PENDING
public static final String DELETE_PENDING= "DeletePending"
The specified resource is marked for deletion by an SMB client.
DIRECTORY_ALREADY_EXISTS
public static final String DIRECTORY_ALREADY_EXISTS= "DirectoryAlreadyExists"
The specified directory already exists.
DIRECTORY_NOT_EMPTY
public static final String DIRECTORY_NOT_EMPTY= "DirectoryNotEmpty"
The specified directory is not empty.
DUPLICATE_PROPERTIES_SPECIFIED
public static final String DUPLICATE_PROPERTIES_SPECIFIED= "DuplicatePropertiesSpecified"
A property is specified more than one time.
EMPTY_METADATA_KEY
public static final String EMPTY_METADATA_KEY= "EmptyMetadataKey"
The metadata key is empty.
ENTITY_ALREADY_EXISTS
public static final String ENTITY_ALREADY_EXISTS= "EntityAlreadyExists"
The entity already exists
ENTITY_TOO_LARGE
public static final String ENTITY_TOO_LARGE= "EntityTooLarge"
The entity already exists
FILE_LOCK_CONFLICT
public static final String FILE_LOCK_CONFLICT= "FileLockConflict"
A portion of the specified file is locked by an SMB client.
HOST_INFORMATION_NOT_PRESENT
public static final String HOST_INFORMATION_NOT_PRESENT= "HostInformationNotPresent"
The required host information is not present in the request. You must send a non-empty Host header or include the absolute URI in the request line.
INCORRECT_BLOB_TYPE
public static final String INCORRECT_BLOB_TYPE= "IncorrectBlobType"
An incorrect blob type was specified.
INFINITE_LEASE_DURATION_REQUIRED
public static final String INFINITE_LEASE_DURATION_REQUIRED= "InfiniteLeaseDurationRequired"
The lease ID matched, but the specified lease must be an infinite-duration lease.
INSUFFICIENT_ACCOUNT_PERMISSIONS
public static final String INSUFFICIENT_ACCOUNT_PERMISSIONS= "InsufficientAccountPermissions"
The account being accessed does not have sufficient permissions to execute this operation.
INTERNAL_ERROR
public static final String INTERNAL_ERROR= "InternalError"
An internal error occurred.
INVALID_APPEND_POSITION
public static final String INVALID_APPEND_POSITION= "AppendPositionConditionNotMet"
Error code that may be returned when the specified append offset is invalid.
INVALID_AUTHENTICATION_INFO
public static final String INVALID_AUTHENTICATION_INFO= "InvalidAuthenticationInfo"
The authentication information was not provided in the correct format. Verify the value of Authorization header.
INVALID_BLOB_OR_BLOCK
public static final String INVALID_BLOB_OR_BLOCK= "InvalidBlobOrBlock"
The specified blob or block content is invalid.
INVALID_BLOB_TYPE
public static final String INVALID_BLOB_TYPE= "InvalidBlobType"
An incorrect blob type was specified.
INVALID_BLOCK_ID
public static final String INVALID_BLOCK_ID= "InvalidBlockId"
The specified block ID is invalid. The block ID must be Base64-encoded.
INVALID_BLOCK_LIST
public static final String INVALID_BLOCK_LIST= "InvalidBlockList"
The specified block list is invalid.
INVALID_DOCUMENT
public static final String INVALID_DOCUMENT= "InvalidDocument"
The specified XML or Json document is invalid. Used for tables only.
INVALID_FILE_OR_DIRECTORY_PATH_NAME
public static final String INVALID_FILE_OR_DIRECTORY_PATH_NAME= "InvalidFileOrDirectoryPathName"
File or directory path is too long or file or directory path has too many subdirectories.
INVALID_HEADER_VALUE
public static final String INVALID_HEADER_VALUE= "InvalidHeaderValue"
One or more header values are invalid.
INVALID_HTTP_VERB
public static final String INVALID_HTTP_VERB= "InvalidHttpVerb"
The HTTP verb is invalid.
INVALID_INPUT
public static final String INVALID_INPUT= "InvalidInput"
The input is invalid.
INVALID_MARKER
public static final String INVALID_MARKER= "InvalidMarker"
The specified marker is invalid.
INVALID_MAX_BLOB_SIZE_CONDITION
public static final String INVALID_MAX_BLOB_SIZE_CONDITION= "MaxBlobSizeConditionNotMet"
Error code that may be returned when the specified max blob size is exceeded.
INVALID_MD5
public static final String INVALID_MD5= "InvalidMd5"
The specified MD5 hash is invalid.
INVALID_METADATA
public static final String INVALID_METADATA= "InvalidMetadata"
The specified metadata is invalid.
INVALID_PAGE_RANGE
public static final String INVALID_PAGE_RANGE= "InvalidPageRange"
The page range specified is invalid.
INVALID_QUERY_PARAMETER_VALUE
public static final String INVALID_QUERY_PARAMETER_VALUE= "InvalidQueryParameterValue"
One or more query parameters are invalid.
INVALID_RANGE
public static final String INVALID_RANGE= "InvalidRange"
The specified range is invalid.
INVALID_RESOURCE_NAME
public static final String INVALID_RESOURCE_NAME= "InvalidResourceName"
The specified resource name contains invalid characters.
INVALID_TYPE
public static final String INVALID_TYPE= "InvalidType"
The incorrect type was given. Used for tables only.
INVALID_URI
public static final String INVALID_URI= "InvalidUri"
The URI is invalid.
INVALID_VALUE_TYPE
public static final String INVALID_VALUE_TYPE= "InvalidValueType"
The value specified is invalid.
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION
public static final String INVALID_VERSION_FOR_PAGE_BLOB_OPERATION= "InvalidVersionForPageBlobOperation"
All operations on page blobs require at least version 2009-09-19.
INVALID_XML_DOCUMENT
public static final String INVALID_XML_DOCUMENT= "InvalidXmlDocument"
The specified XML document is invalid.
INVALID_XML_NODE_VALUE
public static final String INVALID_XML_NODE_VALUE= "InvalidXmlNodeValue"
The value provided for one of the XML nodes in the request body was not in the correct format.
JSON_FORMAT_NOT_SUPPORTED
public static final String JSON_FORMAT_NOT_SUPPORTED= "JsonFormatNotSupported"
JSON format is not supported.
LEASE_ALREADY_BROKEN
public static final String LEASE_ALREADY_BROKEN= "LeaseAlreadyBroken"
The lease is already broken.
LEASE_ALREADY_PRESENT
public static final String LEASE_ALREADY_PRESENT= "LeaseAlreadyPresent"
The lease is already present.
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION
public static final String LEASE_ID_MISMATCH_WITH_BLOB_OPERATION= "LeaseIdMismatchWithBlobOperation"
The lease ID is incorrect with a blob operation.
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION
public static final String LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION= "LeaseIdMismatchWithContainerOperation"
The lease ID is incorrect with a container operation.
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION
public static final String LEASE_ID_MISMATCH_WITH_LEASE_OPERATION= "LeaseIdMismatchWithLeaseOperation"
The lease ID is incorrect with a lease operation.
LEASE_ID_MISSING
public static final String LEASE_ID_MISSING= "LeaseIdMissing"
The lease ID is missing.
LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED
public static final String LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED= "LeaseIsBreakingAndCannotBeAcquired"
The lease ID matched, but the lease is currently in breaking state and cannot be acquired until it is broken.
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED
public static final String LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED= "LeaseIsBreakingAndCannotBeChanged"
The lease ID matched, but the lease is currently in breaking state and cannot be changed.
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED
public static final String LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED= "LeaseIsBrokenAndCannotBeRenewed"
The lease ID matched, but the lease has been broken explicitly and cannot be renewed.
LEASE_LOST
public static final String LEASE_LOST= "LeaseLost"
A lease ID was specified, but the lease for the blob/container has expired.
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION
public static final String LEASE_NOT_PRESENT_WITH_BLOB_OPERATION= "LeaseNotPresentWithBlobOperation"
There is currently no lease on the blob.
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION
public static final String LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION= "LeaseNotPresentWithContainerOperation"
There is currently no lease on the container.
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION
public static final String LEASE_NOT_PRESENT_WITH_LEASE_OPERATION= "LeaseNotPresentWithLeaseOperation"
There is currently no lease on the blob/container.
MD5_MISMATCH
public static final String MD5_MISMATCH= "Md5Mismatch"
The specified MD5 hash does not match the server value.
MESSAGE_NOT_FOUND
public static final String MESSAGE_NOT_FOUND= "MessageNotFound"
The specified message does not exist.
MESSAGE_TOO_LARGE
public static final String MESSAGE_TOO_LARGE= "MessageTooLarge"
The message exceeds the maximum allowed size.
METADATA_TOO_LARGE
public static final String METADATA_TOO_LARGE= "MetadataTooLarge"
The specified metadata is too large.
METHOD_NOT_ALLOWED
public static final String METHOD_NOT_ALLOWED= "MethodNotAllowed"
The requested method is not allowed on the specified resource.
MISSING_CONTENT_LENGTH_HEADER
public static final String MISSING_CONTENT_LENGTH_HEADER= "MissingContentLengthHeader"
The Content-Length header is required for this request.
MISSING_MD5_HEADER
public static final String MISSING_MD5_HEADER= "MissingContentMD5Header"
The MD5 hash is missing.
MISSING_REQUIRED_HEADER
public static final String MISSING_REQUIRED_HEADER= "MissingRequiredHeader"
A required header was missing.
MISSING_REQUIRED_QUERY_PARAMETER
public static final String MISSING_REQUIRED_QUERY_PARAMETER= "MissingRequiredQueryParameter"
A required query parameter is missing.
MISSING_REQUIRED_XML_NODE
public static final String MISSING_REQUIRED_XML_NODE= "MissingRequiredXmlNode"
A required XML node was missing.
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED
public static final String MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED= "MultipleConditionHeadersNotSupported"
Multiple condition headers are not supported.
NO_PENDING_COPY_OPERATION
public static final String NO_PENDING_COPY_OPERATION= "NoPendingCopyOperation"
There is currently no pending copy operation.
NOT_IMPLEMENTED
public static final String NOT_IMPLEMENTED= "NotImplemented"
The requested operation is not implemented on the specified resource.
OPERATION_TIMED_OUT
public static final String OPERATION_TIMED_OUT= "OperationTimedOut"
The operation timed out.
OUT_OF_RANGE_INPUT
public static final String OUT_OF_RANGE_INPUT= "OutOfRangeInput"
The input is out of range.
OUT_OF_RANGE_QUERY_PARAMETER_VALUE
public static final String OUT_OF_RANGE_QUERY_PARAMETER_VALUE= "OutOfRangeQueryParameterValue"
One or more query parameters are out of range.
PARENT_NOT_FOUND
public static final String PARENT_NOT_FOUND= "ParentNotFound"
The specified parent path does not exist.
PENDING_COPY_OPERATION
public static final String PENDING_COPY_OPERATION= "PendingCopyOperation"
There is currently a pending copy operation.
POP_RECEIPT_MISMATCH
public static final String POP_RECEIPT_MISMATCH= "PopReceiptMismatch"
The specified pop receipt did not match the pop receipt for a dequeued message.
PROPERTIES_NEED_VALUE
public static final String PROPERTIES_NEED_VALUE= "PropertiesNeedValue"
Values have not been specified for all properties in the entity.
PROPERTY_NAME_INVALID
public static final String PROPERTY_NAME_INVALID= "PropertyNameInvalid"
The property name is invalid.
PROPERTY_NAME_TOO_LONG
public static final String PROPERTY_NAME_TOO_LONG= "PropertyNameTooLong"
The property name exceeds the maximum allowed length.
PROPERTY_VALUE_TOO_LARGE
public static final String PROPERTY_VALUE_TOO_LARGE= "PropertyValueTooLarge"
The property value is larger than the maximum size permitted.
QUEUE_ALREADY_EXISTS
public static final String QUEUE_ALREADY_EXISTS= "QueueAlreadyExists"
The specified queue already exists.
QUEUE_BEING_DELETED
public static final String QUEUE_BEING_DELETED= "QueueBeingDeleted"
The specified queue is being deleted.
QUEUE_DISABLED
public static final String QUEUE_DISABLED= "QueueDisabled"
The specified queue has been disabled by the administrator.
QUEUE_NOT_EMPTY
public static final String QUEUE_NOT_EMPTY= "QueueNotEmpty"
The specified queue is not empty.
QUEUE_NOT_FOUND
public static final String QUEUE_NOT_FOUND= "QueueNotFound"
The specified queue does not exist.
READ_ONLY_ATTRIBUTE
public static final String READ_ONLY_ATTRIBUTE= "ReadOnlyAttribute"
The specified resource is read-only and cannot be modified at this time.
REQUEST_BODY_TOO_LARGE
public static final String REQUEST_BODY_TOO_LARGE= "RequestBodyTooLarge"
The request body is too large.
REQUEST_URL_FAILED_TO_PARSE
public static final String REQUEST_URL_FAILED_TO_PARSE= "RequestUrlFailedToParse"
The url in the request could not be parsed.
RESOURCE_ALREADY_EXISTS
public static final String RESOURCE_ALREADY_EXISTS= "ResourceAlreadyExists"
The specified resource already exists.
RESOURCE_NOT_FOUND
public static final String RESOURCE_NOT_FOUND= "ResourceNotFound"
The specified resource was not found.
RESOURCE_TYPE_MISMATCH
public static final String RESOURCE_TYPE_MISMATCH= "ResourceTypeMismatch"
The specified resource type does not match the type of the existing resource.
SEQUENCE_NUMBER_CONDITION_NOT_MET
public static final String SEQUENCE_NUMBER_CONDITION_NOT_MET= "SequenceNumberConditionNotMet"
The sequence number condition specified was not met.
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE
public static final String SEQUENCE_NUMBER_INCREMENT_TOO_LARGE= "SequenceNumberIncrementTooLarge"
The sequence number increment cannot be performed because it would result in overflow of the sequence number.
SERVER_BUSY
public static final String SERVER_BUSY= "ServerBusy"
The server is busy.
SHARE_ALREADY_EXISTS
public static final String SHARE_ALREADY_EXISTS= "ShareAlreadyExists"
The specified share already exists.
SHARE_BEING_DELETED
public static final String SHARE_BEING_DELETED= "ShareBeingDeleted"
The specified share is being deleted. Try operation later.
SHARE_DISABLED
public static final String SHARE_DISABLED= "ShareDisabled"
The specified share is disabled by the administrator.
SHARE_HAS_SNAPSHOTS
public static final String SHARE_HAS_SNAPSHOTS= "ShareHasSnapshots"
The specified share contains snapshots.
SHARE_NOT_FOUND
public static final String SHARE_NOT_FOUND= "ShareNotFound"
The specified share was not found.
SHARING_VIOLATION
public static final String SHARING_VIOLATION= "SharingViolation"
The specified resource may be in use by an SMB client.
SNAPSHOTS_PRESENT
public static final String SNAPSHOTS_PRESENT= "SnapshotsPresent"
This operation is not permitted because the blob has snapshots.
SOURCE_CONDITION_NOT_MET
public static final String SOURCE_CONDITION_NOT_MET= "SourceConditionNotMet"
The source condition specified using HTTP conditional header(s) is not met.
TABLE_ALREADY_EXISTS
public static final String TABLE_ALREADY_EXISTS= "TableAlreadyExists"
The table specified already exists.
TABLE_BEING_DELETED
public static final String TABLE_BEING_DELETED= "TableBeingDeleted"
The specified table is being deleted.
TABLE_NOT_FOUND
public static final String TABLE_NOT_FOUND= "TableNotFound"
The table specified does not exist.
TARGET_CONDITION_NOT_MET
public static final String TARGET_CONDITION_NOT_MET= "TargetConditionNotMet"
The target condition specified using HTTP conditional header(s) is not met.
TOO_MANY_PROPERTIES
public static final String TOO_MANY_PROPERTIES= "TooManyProperties"
The entity contains more properties than allowed.
UNSUPPORTED_HEADER
public static final String UNSUPPORTED_HEADER= "UnsupportedHeader"
One or more header values are not supported.
UNSUPPORTED_HTTP_VERB
public static final String UNSUPPORTED_HTTP_VERB= "UnsupportedHttpVerb"
The specified HTTP verb is not supported.
UNSUPPORTED_QUERY_PARAMETER
public static final String UNSUPPORTED_QUERY_PARAMETER= "UnsupportedQueryParameter"
One or more query parameters is not supported.
UNSUPPORTED_XML_NODE
public static final String UNSUPPORTED_XML_NODE= "UnsupportedXmlNode"
One of the XML nodes specified in the request body is not supported.
UPDATE_CONDITION_NOT_SATISFIED
public static final String UPDATE_CONDITION_NOT_SATISFIED= "UpdateConditionNotSatisfied"
The update condition was not satisfied
X_METHOD_INCORRECT_COUNT
public static final String X_METHOD_INCORRECT_COUNT= "XMethodIncorrectCount"
More than one X-HTTP-Method is specified.
X_METHOD_INCORRECT_VALUE
public static final String X_METHOD_INCORRECT_VALUE= "XMethodIncorrectValue"
The specified X-HTTP-Method is invalid.
X_METHOD_NOT_USING_POST
public static final String X_METHOD_NOT_USING_POST= "XMethodNotUsingPost"
The request uses X-HTTP-Method with an HTTP verb other than POST.
Applies to
Azure SDK for Java