Provides error code strings that are common to all storage services.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Inheritance Hierarchy
System.::..ObjectMicrosoft.WindowsAzure.Storage.Shared.Protocol.::..StorageErrorCodeStrings
Syntax
Fields
Name | Description | |
---|---|---|
AccountAlreadyExists | The specified account already exists. | |
AccountBeingCreated | The specified account is in the process of being created. | |
AccountIsDisabled | The specified account is disabled. | |
AuthenticationFailed | Authentication failed. | |
ConditionHeadersNotSupported | Condition headers are not supported. | |
ConditionNotMet | The specified condition was not met. | |
ContainerAlreadyExists | The specified container already exists. | |
ContainerBeingDeleted | The specified container is being deleted. | |
ContainerDisabled | The specified container is disabled. | |
ContainerNotFound | The specified container was not found. | |
EmptyMetadataKey | The metadata key is empty. | |
InsufficientAccountPermissions | Read-access geo-redundant replication is not enabled for the account, write operations to the secondary location are not allowed, or the account being accessed does not have sufficient permissions to execute this operation. | |
InternalError | An internal error occurred. | |
InvalidAuthenticationInfo | The authentication information was not provided in the correct format. Verify the value of Authorization header. | |
InvalidHeaderValue | One or more header values are invalid. | |
InvalidHttpVerb | The HTTP verb is invalid. | |
InvalidInput | The input is invalid. | |
InvalidMd5 | The specified MD5 hash is invalid. | |
InvalidMetadata | The specified metadata is invalid. | |
InvalidQueryParameterValue | One or more query parameters are invalid. | |
InvalidRange | The specified range is invalid. | |
InvalidResourceName | The specifed resource name contains invalid characters. | |
InvalidUri | The URI is invalid. | |
InvalidXmlDocument | The specified XML document is invalid. | |
InvalidXmlNodeValue | One or more XML node values are invalid. | |
Md5Mismatch | The specified MD5 hash does not match the server value. | |
MetadataTooLarge | The specified metadata is too large. | |
MissingContentLengthHeader | The Content-Length header is required for this request. | |
MissingRequiredHeader | A required header was missing. | |
MissingRequiredQueryParameter | A required query parameter is missing. | |
MissingRequiredXmlNode | A required XML node was missing. | |
MultipleConditionHeadersNotSupported | Multiple condition headers are not supported. | |
OperationTimedOut | The operation timed out. | |
OutOfRangeInput | The input is out of range. | |
OutOfRangeQueryParameterValue | One or more query parameters are out of range. | |
RequestBodyTooLarge | The request body is too large. | |
RequestUrlFailedToParse | The url in the request could not be parsed. | |
ResourceAlreadyExists | The specified resource already exists. | |
ResourceNotFound | The specified resource was not found. | |
ResourceTypeMismatch | The specified resource type does not match the type of the existing resource. | |
ServerBusy | The server is busy. | |
UnsupportedHeader | One or more header values are not supported. | |
UnsupportedHttpVerb | The specified HTTP verb is not supported. | |
UnsupportedQueryParameter | One or more query parameters is not supported. | |
UnsupportedXmlNode | One or more XML nodes are not supported. |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.