Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

StorageErrorCodeStrings Class (Microsoft.WindowsAzure.Storage.Shared.Protocol)

Provides error code strings that are common to all storage services.

Namespace:   Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.Shared.Protocol.::..StorageErrorCodeStrings

Syntax

 
public static class StorageErrorCodeStrings
 
public ref class StorageErrorCodeStrings abstract sealed 
 
[<AbstractClass>]
[<Sealed>]
type StorageErrorCodeStrings = class end
 
Public NotInheritable Class StorageErrorCodeStrings

Fields

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticAccountAlreadyExists

The specified account already exists.

System_CAPS_pubfieldSystem_CAPS_staticAccountBeingCreated

The specified account is in the process of being created.

System_CAPS_pubfieldSystem_CAPS_staticAccountIsDisabled

The specified account is disabled.

System_CAPS_pubfieldSystem_CAPS_staticAuthenticationFailed

Authentication failed.

System_CAPS_pubfieldSystem_CAPS_staticConditionHeadersNotSupported

Condition headers are not supported.

System_CAPS_pubfieldSystem_CAPS_staticConditionNotMet

The specified condition was not met.

System_CAPS_pubfieldSystem_CAPS_staticContainerAlreadyExists

The specified container already exists.

System_CAPS_pubfieldSystem_CAPS_staticContainerBeingDeleted

The specified container is being deleted.

System_CAPS_pubfieldSystem_CAPS_staticContainerDisabled

The specified container is disabled.

System_CAPS_pubfieldSystem_CAPS_staticContainerNotFound

The specified container was not found.

System_CAPS_pubfieldSystem_CAPS_staticEmptyMetadataKey

The metadata key is empty.

System_CAPS_pubfieldSystem_CAPS_staticInsufficientAccountPermissions

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.

System_CAPS_pubfieldSystem_CAPS_staticInternalError

An internal error occurred.

System_CAPS_pubfieldSystem_CAPS_staticInvalidAuthenticationInfo

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

System_CAPS_pubfieldSystem_CAPS_staticInvalidHeaderValue

One or more header values are invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidHttpVerb

The HTTP verb is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidInput

The input is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidMd5

The specified MD5 hash is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidMetadata

The specified metadata is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidQueryParameterValue

One or more query parameters are invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidRange

The specified range is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidResourceName

The specifed resource name contains invalid characters.

System_CAPS_pubfieldSystem_CAPS_staticInvalidUri

The URI is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidXmlDocument

The specified XML document is invalid.

System_CAPS_pubfieldSystem_CAPS_staticInvalidXmlNodeValue

One or more XML node values are invalid.

System_CAPS_pubfieldSystem_CAPS_staticMd5Mismatch

The specified MD5 hash does not match the server value.

System_CAPS_pubfieldSystem_CAPS_staticMetadataTooLarge

The specified metadata is too large.

System_CAPS_pubfieldSystem_CAPS_staticMissingContentLengthHeader

The Content-Length header is required for this request.

System_CAPS_pubfieldSystem_CAPS_staticMissingRequiredHeader

A required header was missing.

System_CAPS_pubfieldSystem_CAPS_staticMissingRequiredQueryParameter

A required query parameter is missing.

System_CAPS_pubfieldSystem_CAPS_staticMissingRequiredXmlNode

A required XML node was missing.

System_CAPS_pubfieldSystem_CAPS_staticMultipleConditionHeadersNotSupported

Multiple condition headers are not supported.

System_CAPS_pubfieldSystem_CAPS_staticOperationTimedOut

The operation timed out.

System_CAPS_pubfieldSystem_CAPS_staticOutOfRangeInput

The input is out of range.

System_CAPS_pubfieldSystem_CAPS_staticOutOfRangeQueryParameterValue

One or more query parameters are out of range.

System_CAPS_pubfieldSystem_CAPS_staticRequestBodyTooLarge

The request body is too large.

System_CAPS_pubfieldSystem_CAPS_staticRequestUrlFailedToParse

The url in the request could not be parsed.

System_CAPS_pubfieldSystem_CAPS_staticResourceAlreadyExists

The specified resource already exists.

System_CAPS_pubfieldSystem_CAPS_staticResourceNotFound

The specified resource was not found.

System_CAPS_pubfieldSystem_CAPS_staticResourceTypeMismatch

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

System_CAPS_pubfieldSystem_CAPS_staticServerBusy

The server is busy.

System_CAPS_pubfieldSystem_CAPS_staticUnsupportedHeader

One or more header values are not supported.

System_CAPS_pubfieldSystem_CAPS_staticUnsupportedHttpVerb

The specified HTTP verb is not supported.

System_CAPS_pubfieldSystem_CAPS_staticUnsupportedQueryParameter

One or more query parameters is not supported.

System_CAPS_pubfieldSystem_CAPS_staticUnsupportedXmlNode

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.

Return to top