StorageErrorCodeStrings Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Provides error code strings that are common to all storage services.
The following tables list the members exposed by the StorageErrorCodeStrings type.
Public Fields
| Name | Description | |
|---|---|---|
| AuthenticationFailed | Authentication failed. | |
| 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. | |
| InternalError | An internal error occurred. | |
| 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. | |
| 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. | |
| 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. | |
| ResourceNotFound | The specified resource was not found. | |
| 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. |