StorageErrorCodeStrings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides error code strings that are common to all storage services.
public static class StorageErrorCodeStrings
type StorageErrorCodeStrings = class
Public Class StorageErrorCodeStrings
- Inheritance
-
StorageErrorCodeStrings
Fields
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. |
Crc64Mismatch |
The specified CRC64 hash does not match the server value. |
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. |
InvalidCrc64 |
The specified CRC64 hash is invalid. |
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 specified 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. |
Applies to
Azure SDK for .NET