public final class StorageErrorCodeStrings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ACCOUNT_ALREADY_EXISTS
The specified account already exists.
|
static String |
ACCOUNT_BEING_CREATED
The specified account is in the process of being created.
|
static String |
ACCOUNT_IS_DISABLED
The specified account is disabled.
|
static String |
AUTHENTICATION_FAILED
Authentication failed.
|
static String |
BLOB_ALREADY_EXISTS
The specified blob already exists.
|
static String |
BLOB_NOT_FOUND
The specified blob does not exist.
|
static String |
CANNOT_DELETE_FILE_OR_DIRECTORY
The file or directory could not be deleted because it is in use by an SMB client.
|
static String |
CANNOT_VERIFY_COPY_SOURCE
Could not verify the copy source within the specified time.
|
static String |
CLIENT_CACHE_FLUSH_DELAY
The specified resource state could not be flushed from an SMB client in the specified time.
|
static String |
CONDITION_HEADERS_NOT_SUPPORTED
Condition headers are not supported.
|
static String |
CONDITION_NOT_MET
The specified condition was not met.
|
static String |
CONTAINER_ALREADY_EXISTS
The specified container already exists.
|
static String |
CONTAINER_BEING_DELETED
The specified container is being deleted.
|
static String |
CONTAINER_DISABLED
The specified container is disabled.
|
static String |
CONTAINER_NOT_FOUND
The specified container was not found.
|
static String |
COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED
The copy source account and destination account must be the same.
|
static String |
COPY_ID_MISMATCH
The specified copy ID did not match the copy ID for the pending copy operation.
|
static String |
DECRYPTION_ERROR
An error occurred during decryption.
|
static String |
DELETE_PENDING
The specified resource is marked for deletion by an SMB client.
|
static String |
DIRECTORY_ALREADY_EXISTS
The specified directory already exists.
|
static String |
DIRECTORY_NOT_EMPTY
The specified directory is not empty.
|
static String |
DUPLICATE_PROPERTIES_SPECIFIED
A property is specified more than one time.
|
static String |
EMPTY_METADATA_KEY
The metadata key is empty.
|
static String |
ENTITY_ALREADY_EXISTS
The entity already exists
|
static String |
ENTITY_TOO_LARGE
The entity already exists
|
static String |
FILE_LOCK_CONFLICT
A portion of the specified file is locked by an SMB client.
|
static String |
HOST_INFORMATION_NOT_PRESENT
The required host information is not present in the request.
|
static String |
INCORRECT_BLOB_TYPE
An incorrect blob type was specified.
|
static String |
INFINITE_LEASE_DURATION_REQUIRED
The lease ID matched, but the specified lease must be an infinite-duration lease.
|
static String |
INSUFFICIENT_ACCOUNT_PERMISSIONS
The account being accessed does not have sufficient permissions to execute this operation.
|
static String |
INTERNAL_ERROR
An internal error occurred.
|
static String |
INVALID_APPEND_POSITION
Error code that may be returned when the specified append offset is invalid.
|
static String |
INVALID_AUTHENTICATION_INFO
The authentication information was not provided in the correct format.
|
static String |
INVALID_BLOB_OR_BLOCK
The specified blob or block content is invalid.
|
static String |
INVALID_BLOB_TYPE
An incorrect blob type was specified.
|
static String |
INVALID_BLOCK_ID
The specified block ID is invalid.
|
static String |
INVALID_BLOCK_LIST
The specified block list is invalid.
|
static String |
INVALID_DOCUMENT
The specified XML or Json document is invalid.
|
static String |
INVALID_FILE_OR_DIRECTORY_PATH_NAME
File or directory path is too long or file or directory path has too many subdirectories.
|
static String |
INVALID_HEADER_VALUE
One or more header values are invalid.
|
static String |
INVALID_HTTP_VERB
The HTTP verb is invalid.
|
static String |
INVALID_INPUT
The input is invalid.
|
static String |
INVALID_MARKER
The specified marker is invalid.
|
static String |
INVALID_MAX_BLOB_SIZE_CONDITION
Error code that may be returned when the specified max blob size is exceeded.
|
static String |
INVALID_MD5
The specified MD5 hash is invalid.
|
static String |
INVALID_METADATA
The specified metadata is invalid.
|
static String |
INVALID_PAGE_RANGE
The page range specified is invalid.
|
static String |
INVALID_QUERY_PARAMETER_VALUE
One or more query parameters are invalid.
|
static String |
INVALID_RANGE
The specified range is invalid.
|
static String |
INVALID_RESOURCE_NAME
The specified resource name contains invalid characters.
|
static String |
INVALID_TYPE
The incorrect type was given.
|
static String |
INVALID_URI
The URI is invalid.
|
static String |
INVALID_VALUE_TYPE
The value specified is invalid.
|
static String |
INVALID_VERSION_FOR_PAGE_BLOB_OPERATION
All operations on page blobs require at least version 2009-09-19.
|
static String |
INVALID_XML_DOCUMENT
The specified XML document is invalid.
|
static String |
INVALID_XML_NODE_VALUE
The value provided for one of the XML nodes in the request body was not in the correct format.
|
static String |
JSON_FORMAT_NOT_SUPPORTED
JSON format is not supported.
|
static String |
LEASE_ALREADY_BROKEN
The lease is already broken.
|
static String |
LEASE_ALREADY_PRESENT
The lease is already present.
|
static String |
LEASE_ID_MISMATCH_WITH_BLOB_OPERATION
The lease ID is incorrect with a blob operation.
|
static String |
LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION
The lease ID is incorrect with a container operation.
|
static String |
LEASE_ID_MISMATCH_WITH_LEASE_OPERATION
The lease ID is incorrect with a lease operation.
|
static String |
LEASE_ID_MISSING
The lease ID is missing.
|
static 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.
|
static String |
LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED
The lease ID matched, but the lease is currently in breaking state and cannot be changed.
|
static String |
LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED
The lease ID matched, but the lease has been broken explicitly and cannot be renewed.
|
static String |
LEASE_LOST
A lease ID was specified, but the lease for the blob/container has expired.
|
static String |
LEASE_NOT_PRESENT_WITH_BLOB_OPERATION
There is currently no lease on the blob.
|
static String |
LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION
There is currently no lease on the container.
|
static String |
LEASE_NOT_PRESENT_WITH_LEASE_OPERATION
There is currently no lease on the blob/container.
|
static String |
MD5_MISMATCH
The specified MD5 hash does not match the server value.
|
static String |
MESSAGE_NOT_FOUND
The specified message does not exist.
|
static String |
MESSAGE_TOO_LARGE
The message exceeds the maximum allowed size.
|
static String |
METADATA_TOO_LARGE
The specified metadata is too large.
|
static String |
METHOD_NOT_ALLOWED
The requested method is not allowed on the specified resource.
|
static String |
MISSING_CONTENT_LENGTH_HEADER
The Content-Length header is required for this request.
|
static String |
MISSING_MD5_HEADER
The MD5 hash is missing.
|
static String |
MISSING_REQUIRED_HEADER
A required header was missing.
|
static String |
MISSING_REQUIRED_QUERY_PARAMETER
A required query parameter is missing.
|
static String |
MISSING_REQUIRED_XML_NODE
A required XML node was missing.
|
static String |
MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED
Multiple condition headers are not supported.
|
static String |
NO_PENDING_COPY_OPERATION
There is currently no pending copy operation.
|
static String |
NOT_IMPLEMENTED
The requested operation is not implemented on the specified resource.
|
static String |
OPERATION_TIMED_OUT
The operation timed out.
|
static String |
OUT_OF_RANGE_INPUT
The input is out of range.
|
static String |
OUT_OF_RANGE_QUERY_PARAMETER_VALUE
One or more query parameters are out of range.
|
static String |
PARENT_NOT_FOUND
The specified parent path does not exist.
|
static String |
PENDING_COPY_OPERATION
There is currently a pending copy operation.
|
static String |
POP_RECEIPT_MISMATCH
The specified pop receipt did not match the pop receipt for a dequeued message.
|
static String |
PROPERTIES_NEED_VALUE
Values have not been specified for all properties in the entity.
|
static String |
PROPERTY_NAME_INVALID
The property name is invalid.
|
static String |
PROPERTY_NAME_TOO_LONG
The property name exceeds the maximum allowed length.
|
static String |
PROPERTY_VALUE_TOO_LARGE
The property value is larger than the maximum size permitted.
|
static String |
QUEUE_ALREADY_EXISTS
The specified queue already exists.
|
static String |
QUEUE_BEING_DELETED
The specified queue is being deleted.
|
static String |
QUEUE_DISABLED
The specified queue has been disabled by the administrator.
|
static String |
QUEUE_NOT_EMPTY
The specified queue is not empty.
|
static String |
QUEUE_NOT_FOUND
The specified queue does not exist.
|
static String |
READ_ONLY_ATTRIBUTE
The specified resource is read-only and cannot be modified at this time.
|
static String |
REQUEST_BODY_TOO_LARGE
The request body is too large.
|
static String |
REQUEST_URL_FAILED_TO_PARSE
The url in the request could not be parsed.
|
static String |
RESOURCE_ALREADY_EXISTS
The specified resource already exists.
|
static String |
RESOURCE_NOT_FOUND
The specified resource was not found.
|
static String |
RESOURCE_TYPE_MISMATCH
The specified resource type does not match the type of the existing resource.
|
static String |
SEQUENCE_NUMBER_CONDITION_NOT_MET
The sequence number condition specified was not met.
|
static String |
SEQUENCE_NUMBER_INCREMENT_TOO_LARGE
The sequence number increment cannot be performed because it would result in overflow of the sequence number.
|
static String |
SERVER_BUSY
The server is busy.
|
static String |
SHARE_ALREADY_EXISTS
The specified share already exists.
|
static String |
SHARE_BEING_DELETED
The specified share is being deleted.
|
static String |
SHARE_DISABLED
The specified share is disabled by the administrator.
|
static String |
SHARE_HAS_SNAPSHOTS
The specified share contains snapshots.
|
static String |
SHARE_NOT_FOUND
The specified share was not found.
|
static String |
SHARING_VIOLATION
The specified resource may be in use by an SMB client.
|
static String |
SNAPSHOTS_PRESENT
This operation is not permitted because the blob has snapshots.
|
static String |
SOURCE_CONDITION_NOT_MET
The source condition specified using HTTP conditional header(s) is not met.
|
static String |
TABLE_ALREADY_EXISTS
The table specified already exists.
|
static String |
TABLE_BEING_DELETED
The specified table is being deleted.
|
static String |
TABLE_NOT_FOUND
The table specified does not exist.
|
static String |
TARGET_CONDITION_NOT_MET
The target condition specified using HTTP conditional header(s) is not met.
|
static String |
TOO_MANY_PROPERTIES
The entity contains more properties than allowed.
|
static String |
UNSUPPORTED_HEADER
One or more header values are not supported.
|
static String |
UNSUPPORTED_HTTP_VERB
The specified HTTP verb is not supported.
|
static String |
UNSUPPORTED_QUERY_PARAMETER
One or more query parameters is not supported.
|
static String |
UNSUPPORTED_XML_NODE
One of the XML nodes specified in the request body is not supported.
|
static String |
UPDATE_CONDITION_NOT_SATISFIED
The update condition was not satisfied
|
static String |
X_METHOD_INCORRECT_COUNT
More than one X-HTTP-Method is specified.
|
static String |
X_METHOD_INCORRECT_VALUE
The specified X-HTTP-Method is invalid.
|
static String |
X_METHOD_NOT_USING_POST
The request uses X-HTTP-Method with an HTTP verb other than POST.
|
public static final String ACCOUNT_ALREADY_EXISTS
public static final String ACCOUNT_BEING_CREATED
public static final String ACCOUNT_IS_DISABLED
public static final String AUTHENTICATION_FAILED
public static final String BLOB_ALREADY_EXISTS
public static final String BLOB_NOT_FOUND
public static final String CANNOT_VERIFY_COPY_SOURCE
public static final String CANNOT_DELETE_FILE_OR_DIRECTORY
public static final String CLIENT_CACHE_FLUSH_DELAY
public static final String CONDITION_HEADERS_NOT_SUPPORTED
public static final String CONDITION_NOT_MET
public static final String CONTAINER_ALREADY_EXISTS
public static final String CONTAINER_BEING_DELETED
public static final String CONTAINER_DISABLED
public static final String CONTAINER_NOT_FOUND
public static final String COPY_ACROSS_ACCOUNTS_NOT_SUPPORTED
public static final String COPY_ID_MISMATCH
public static final String DELETE_PENDING
public static final String DIRECTORY_ALREADY_EXISTS
public static final String DIRECTORY_NOT_EMPTY
public static final String DUPLICATE_PROPERTIES_SPECIFIED
public static final String EMPTY_METADATA_KEY
public static final String DECRYPTION_ERROR
public static final String ENTITY_ALREADY_EXISTS
public static final String ENTITY_TOO_LARGE
public static final String FILE_LOCK_CONFLICT
public static final String HOST_INFORMATION_NOT_PRESENT
public static final String INCORRECT_BLOB_TYPE
public static final String INFINITE_LEASE_DURATION_REQUIRED
public static final String INSUFFICIENT_ACCOUNT_PERMISSIONS
public static final String INTERNAL_ERROR
public static final String INVALID_AUTHENTICATION_INFO
public static final String INVALID_APPEND_POSITION
public static final String INVALID_BLOB_TYPE
public static final String INVALID_BLOB_OR_BLOCK
public static final String INVALID_BLOCK_ID
public static final String INVALID_BLOCK_LIST
public static final String INVALID_HEADER_VALUE
public static final String INVALID_HTTP_VERB
public static final String INVALID_INPUT
public static final String INVALID_MARKER
public static final String INVALID_MAX_BLOB_SIZE_CONDITION
public static final String INVALID_MD5
public static final String INVALID_METADATA
public static final String INVALID_PAGE_RANGE
public static final String INVALID_QUERY_PARAMETER_VALUE
public static final String INVALID_RANGE
public static final String INVALID_RESOURCE_NAME
public static final String INVALID_URI
public static final String INVALID_VALUE_TYPE
public static final String INVALID_VERSION_FOR_PAGE_BLOB_OPERATION
public static final String INVALID_XML_DOCUMENT
public static final String INVALID_XML_NODE_VALUE
public static final String INVALID_DOCUMENT
public static final String INVALID_FILE_OR_DIRECTORY_PATH_NAME
public static final String INVALID_TYPE
public static final String JSON_FORMAT_NOT_SUPPORTED
public static final String LEASE_ALREADY_BROKEN
public static final String LEASE_ALREADY_PRESENT
public static final String LEASE_ID_MISMATCH_WITH_BLOB_OPERATION
public static final String LEASE_ID_MISMATCH_WITH_CONTAINER_OPERATION
public static final String LEASE_ID_MISMATCH_WITH_LEASE_OPERATION
public static final String LEASE_ID_MISSING
public static final String LEASE_IS_BROKEN_AND_CANNOT_BE_RENEWED
public static final String LEASE_IS_BREAKING_AND_CANNOT_BE_ACQUIRED
public static final String LEASE_IS_BREAKING_AND_CANNOT_BE_CHANGED
public static final String LEASE_LOST
public static final String LEASE_NOT_PRESENT_WITH_BLOB_OPERATION
public static final String LEASE_NOT_PRESENT_WITH_CONTAINER_OPERATION
public static final String LEASE_NOT_PRESENT_WITH_LEASE_OPERATION
public static final String MD5_MISMATCH
public static final String MESSAGE_TOO_LARGE
public static final String MESSAGE_NOT_FOUND
public static final String METADATA_TOO_LARGE
public static final String METHOD_NOT_ALLOWED
public static final String MISSING_CONTENT_LENGTH_HEADER
public static final String MISSING_REQUIRED_HEADER
public static final String MISSING_REQUIRED_QUERY_PARAMETER
public static final String MISSING_REQUIRED_XML_NODE
public static final String MISSING_MD5_HEADER
public static final String MULTIPLE_CONDITION_HEADERS_NOT_SUPPORTED
public static final String NO_PENDING_COPY_OPERATION
public static final String NOT_IMPLEMENTED
public static final String OPERATION_TIMED_OUT
public static final String OUT_OF_RANGE_INPUT
public static final String OUT_OF_RANGE_QUERY_PARAMETER_VALUE
public static final String PARENT_NOT_FOUND
public static final String PENDING_COPY_OPERATION
public static final String POP_RECEIPT_MISMATCH
public static final String PROPERTIES_NEED_VALUE
public static final String PROPERTY_NAME_INVALID
public static final String PROPERTY_NAME_TOO_LONG
public static final String PROPERTY_VALUE_TOO_LARGE
public static final String QUEUE_ALREADY_EXISTS
public static final String QUEUE_BEING_DELETED
public static final String QUEUE_DISABLED
public static final String QUEUE_NOT_EMPTY
public static final String QUEUE_NOT_FOUND
public static final String READ_ONLY_ATTRIBUTE
public static final String REQUEST_BODY_TOO_LARGE
public static final String REQUEST_URL_FAILED_TO_PARSE
public static final String RESOURCE_NOT_FOUND
public static final String RESOURCE_ALREADY_EXISTS
public static final String RESOURCE_TYPE_MISMATCH
public static final String SEQUENCE_NUMBER_CONDITION_NOT_MET
public static final String SEQUENCE_NUMBER_INCREMENT_TOO_LARGE
public static final String SERVER_BUSY
public static final String SHARE_ALREADY_EXISTS
public static final String SHARE_BEING_DELETED
public static final String SHARE_DISABLED
public static final String SHARE_HAS_SNAPSHOTS
public static final String SHARE_NOT_FOUND
public static final String SHARING_VIOLATION
public static final String SNAPSHOTS_PRESENT
public static final String SOURCE_CONDITION_NOT_MET
public static final String TARGET_CONDITION_NOT_MET
public static final String TABLE_ALREADY_EXISTS
public static final String TABLE_BEING_DELETED
public static final String TABLE_NOT_FOUND
public static final String TOO_MANY_PROPERTIES
public static final String UPDATE_CONDITION_NOT_SATISFIED
public static final String UNSUPPORTED_HEADER
public static final String UNSUPPORTED_XML_NODE
public static final String UNSUPPORTED_HTTP_VERB
public static final String UNSUPPORTED_QUERY_PARAMETER
public static final String X_METHOD_INCORRECT_COUNT
public static final String X_METHOD_INCORRECT_VALUE
public static final String X_METHOD_NOT_USING_POST
Copyright © 2019. All rights reserved.