Class StorageErrorCodeStrings
- Namespace
- Microsoft.WindowsAzure.Storage.Shared.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Provides error code strings that are common to all storage services.
public static class StorageErrorCodeStrings
- Inheritance
-
StorageErrorCodeStrings
- Inherited Members
Fields
AccountAlreadyExists
The specified account already exists.
public static readonly string AccountAlreadyExists
Field Value
AccountBeingCreated
The specified account is in the process of being created.
public static readonly string AccountBeingCreated
Field Value
AccountIsDisabled
The specified account is disabled.
public static readonly string AccountIsDisabled
Field Value
AuthenticationFailed
Authentication failed.
public static readonly string AuthenticationFailed
Field Value
ConditionHeadersNotSupported
Condition headers are not supported.
public static readonly string ConditionHeadersNotSupported
Field Value
ConditionNotMet
The specified condition was not met.
public static readonly string ConditionNotMet
Field Value
ContainerAlreadyExists
The specified container already exists.
public static readonly string ContainerAlreadyExists
Field Value
ContainerBeingDeleted
The specified container is being deleted.
public static readonly string ContainerBeingDeleted
Field Value
ContainerDisabled
The specified container is disabled.
public static readonly string ContainerDisabled
Field Value
ContainerNotFound
The specified container was not found.
public static readonly string ContainerNotFound
Field Value
EmptyMetadataKey
The metadata key is empty.
public static readonly string EmptyMetadataKey
Field Value
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.
public static readonly string InsufficientAccountPermissions
Field Value
InternalError
An internal error occurred.
public static readonly string InternalError
Field Value
InvalidAuthenticationInfo
The authentication information was not provided in the correct format. Verify the value of Authorization header.
public static readonly string InvalidAuthenticationInfo
Field Value
InvalidHeaderValue
One or more header values are invalid.
public static readonly string InvalidHeaderValue
Field Value
InvalidHttpVerb
The HTTP verb is invalid.
public static readonly string InvalidHttpVerb
Field Value
InvalidInput
The input is invalid.
public static readonly string InvalidInput
Field Value
InvalidMd5
The specified MD5 hash is invalid.
public static readonly string InvalidMd5
Field Value
InvalidMetadata
The specified metadata is invalid.
public static readonly string InvalidMetadata
Field Value
InvalidQueryParameterValue
One or more query parameters are invalid.
public static readonly string InvalidQueryParameterValue
Field Value
InvalidRange
The specified range is invalid.
public static readonly string InvalidRange
Field Value
InvalidResourceName
The specified resource name contains invalid characters.
public static readonly string InvalidResourceName
Field Value
InvalidUri
The URI is invalid.
public static readonly string InvalidUri
Field Value
InvalidXmlDocument
The specified XML document is invalid.
public static readonly string InvalidXmlDocument
Field Value
InvalidXmlNodeValue
One or more XML node values are invalid.
public static readonly string InvalidXmlNodeValue
Field Value
Md5Mismatch
The specified MD5 hash does not match the server value.
public static readonly string Md5Mismatch
Field Value
MetadataTooLarge
The specified metadata is too large.
public static readonly string MetadataTooLarge
Field Value
MissingContentLengthHeader
The Content-Length header is required for this request.
public static readonly string MissingContentLengthHeader
Field Value
MissingRequiredHeader
A required header was missing.
public static readonly string MissingRequiredHeader
Field Value
MissingRequiredQueryParameter
A required query parameter is missing.
public static readonly string MissingRequiredQueryParameter
Field Value
MissingRequiredXmlNode
A required XML node was missing.
public static readonly string MissingRequiredXmlNode
Field Value
MultipleConditionHeadersNotSupported
Multiple condition headers are not supported.
public static readonly string MultipleConditionHeadersNotSupported
Field Value
OperationTimedOut
The operation timed out.
public static readonly string OperationTimedOut
Field Value
OutOfRangeInput
The input is out of range.
public static readonly string OutOfRangeInput
Field Value
OutOfRangeQueryParameterValue
One or more query parameters are out of range.
public static readonly string OutOfRangeQueryParameterValue
Field Value
RequestBodyTooLarge
The request body is too large.
public static readonly string RequestBodyTooLarge
Field Value
RequestUrlFailedToParse
The url in the request could not be parsed.
public static readonly string RequestUrlFailedToParse
Field Value
ResourceAlreadyExists
The specified resource already exists.
public static readonly string ResourceAlreadyExists
Field Value
ResourceNotFound
The specified resource was not found.
public static readonly string ResourceNotFound
Field Value
ResourceTypeMismatch
The specified resource type does not match the type of the existing resource.
public static readonly string ResourceTypeMismatch
Field Value
ServerBusy
The server is busy.
public static readonly string ServerBusy
Field Value
UnsupportedHeader
One or more header values are not supported.
public static readonly string UnsupportedHeader
Field Value
UnsupportedHttpVerb
The specified HTTP verb is not supported.
public static readonly string UnsupportedHttpVerb
Field Value
UnsupportedQueryParameter
One or more query parameters is not supported.
public static readonly string UnsupportedQueryParameter
Field Value
UnsupportedXmlNode
One or more XML nodes are not supported.
public static readonly string UnsupportedXmlNode