Table of Contents

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

string

AccountBeingCreated

The specified account is in the process of being created.

public static readonly string AccountBeingCreated

Field Value

string

AccountIsDisabled

The specified account is disabled.

public static readonly string AccountIsDisabled

Field Value

string

AuthenticationFailed

Authentication failed.

public static readonly string AuthenticationFailed

Field Value

string

ConditionHeadersNotSupported

Condition headers are not supported.

public static readonly string ConditionHeadersNotSupported

Field Value

string

ConditionNotMet

The specified condition was not met.

public static readonly string ConditionNotMet

Field Value

string

ContainerAlreadyExists

The specified container already exists.

public static readonly string ContainerAlreadyExists

Field Value

string

ContainerBeingDeleted

The specified container is being deleted.

public static readonly string ContainerBeingDeleted

Field Value

string

ContainerDisabled

The specified container is disabled.

public static readonly string ContainerDisabled

Field Value

string

ContainerNotFound

The specified container was not found.

public static readonly string ContainerNotFound

Field Value

string

EmptyMetadataKey

The metadata key is empty.

public static readonly string EmptyMetadataKey

Field Value

string

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

string

InternalError

An internal error occurred.

public static readonly string InternalError

Field Value

string

InvalidAuthenticationInfo

The authentication information was not provided in the correct format. Verify the value of Authorization header.

public static readonly string InvalidAuthenticationInfo

Field Value

string

InvalidHeaderValue

One or more header values are invalid.

public static readonly string InvalidHeaderValue

Field Value

string

InvalidHttpVerb

The HTTP verb is invalid.

public static readonly string InvalidHttpVerb

Field Value

string

InvalidInput

The input is invalid.

public static readonly string InvalidInput

Field Value

string

InvalidMd5

The specified MD5 hash is invalid.

public static readonly string InvalidMd5

Field Value

string

InvalidMetadata

The specified metadata is invalid.

public static readonly string InvalidMetadata

Field Value

string

InvalidQueryParameterValue

One or more query parameters are invalid.

public static readonly string InvalidQueryParameterValue

Field Value

string

InvalidRange

The specified range is invalid.

public static readonly string InvalidRange

Field Value

string

InvalidResourceName

The specified resource name contains invalid characters.

public static readonly string InvalidResourceName

Field Value

string

InvalidUri

The URI is invalid.

public static readonly string InvalidUri

Field Value

string

InvalidXmlDocument

The specified XML document is invalid.

public static readonly string InvalidXmlDocument

Field Value

string

InvalidXmlNodeValue

One or more XML node values are invalid.

public static readonly string InvalidXmlNodeValue

Field Value

string

Md5Mismatch

The specified MD5 hash does not match the server value.

public static readonly string Md5Mismatch

Field Value

string

MetadataTooLarge

The specified metadata is too large.

public static readonly string MetadataTooLarge

Field Value

string

MissingContentLengthHeader

The Content-Length header is required for this request.

public static readonly string MissingContentLengthHeader

Field Value

string

MissingRequiredHeader

A required header was missing.

public static readonly string MissingRequiredHeader

Field Value

string

MissingRequiredQueryParameter

A required query parameter is missing.

public static readonly string MissingRequiredQueryParameter

Field Value

string

MissingRequiredXmlNode

A required XML node was missing.

public static readonly string MissingRequiredXmlNode

Field Value

string

MultipleConditionHeadersNotSupported

Multiple condition headers are not supported.

public static readonly string MultipleConditionHeadersNotSupported

Field Value

string

OperationTimedOut

The operation timed out.

public static readonly string OperationTimedOut

Field Value

string

OutOfRangeInput

The input is out of range.

public static readonly string OutOfRangeInput

Field Value

string

OutOfRangeQueryParameterValue

One or more query parameters are out of range.

public static readonly string OutOfRangeQueryParameterValue

Field Value

string

RequestBodyTooLarge

The request body is too large.

public static readonly string RequestBodyTooLarge

Field Value

string

RequestUrlFailedToParse

The url in the request could not be parsed.

public static readonly string RequestUrlFailedToParse

Field Value

string

ResourceAlreadyExists

The specified resource already exists.

public static readonly string ResourceAlreadyExists

Field Value

string

ResourceNotFound

The specified resource was not found.

public static readonly string ResourceNotFound

Field Value

string

ResourceTypeMismatch

The specified resource type does not match the type of the existing resource.

public static readonly string ResourceTypeMismatch

Field Value

string

ServerBusy

The server is busy.

public static readonly string ServerBusy

Field Value

string

UnsupportedHeader

One or more header values are not supported.

public static readonly string UnsupportedHeader

Field Value

string

UnsupportedHttpVerb

The specified HTTP verb is not supported.

public static readonly string UnsupportedHttpVerb

Field Value

string

UnsupportedQueryParameter

One or more query parameters is not supported.

public static readonly string UnsupportedQueryParameter

Field Value

string

UnsupportedXmlNode

One or more XML nodes are not supported.

public static readonly string UnsupportedXmlNode

Field Value

string