StorageErrorCodeStrings Members

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.]

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

The following tables list the members exposed by the StorageErrorCodeStrings type.

Public Fields

 NameDescription
public fieldstaticAuthenticationFailedAuthentication failed.
public fieldstaticConditionNotMetThe specified condition was not met.
public fieldstaticContainerAlreadyExistsThe specified container already exists.
public fieldstaticContainerBeingDeletedThe specified container is being deleted.
public fieldstaticContainerDisabledThe specified container is disabled.
public fieldstaticContainerNotFoundThe specified container was not found.
public fieldstaticEmptyMetadataKeyThe metadata key is empty.
public fieldstaticInternalErrorAn internal error occurred.
public fieldstaticInvalidHeaderValueOne or more header values are invalid.
public fieldstaticInvalidHttpVerbThe HTTP verb is invalid.
public fieldstaticInvalidInputThe input is invalid.
public fieldstaticInvalidMd5The specified MD5 hash is invalid.
public fieldstaticInvalidMetadataThe specified metadata is invalid.
public fieldstaticInvalidQueryParameterValueOne or more query parameters are invalid.
public fieldstaticInvalidRangeThe specified range is invalid.
public fieldstaticInvalidUriThe URI is invalid.
public fieldstaticInvalidXmlDocumentThe specified XML document is invalid.
public fieldstaticInvalidXmlNodeValueOne or more XML node values are invalid.
public fieldstaticMd5MismatchThe specified MD5 hash does not match the server value.
public fieldstaticMetadataTooLargeThe specified metadata is too large.
public fieldstaticMissingContentLengthHeaderThe Content-Length header is required for this request.
public fieldstaticMissingRequiredHeaderA required header was missing.
public fieldstaticMissingRequiredQueryParameterA required query parameter is missing.
public fieldstaticMissingRequiredXmlNodeA required XML node was missing.
public fieldstaticOperationTimedOutThe operation timed out.
public fieldstaticOutOfRangeInputThe input is out of range.
public fieldstaticOutOfRangeQueryParameterValueOne or more query parameters are out of range.
public fieldstaticRequestBodyTooLargeThe request body is too large.
public fieldstaticResourceNotFoundThe specified resource was not found.
public fieldstaticServerBusyThe server is busy.
public fieldstaticUnsupportedHeaderOne or more header values are not supported.
public fieldstaticUnsupportedHttpVerbThe specified HTTP verb is not supported.
public fieldstaticUnsupportedQueryParameterOne or more query parameters is not supported.
public fieldstaticUnsupportedXmlNodeOne or more XML nodes are not supported.
Top

See Also