[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.]
Describes error codes that may be returned by the Windows Azure storage services or the storage client library. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Describes error codes that may be returned by the Windows Azure storage services or the storage client library. Namespace: Microsoft.WindowsAzure.StorageClient
Assembly: Microsoft.WindowsAzure.StorageClient (in Microsoft.WindowsAzure.StorageClient.dll)
Usage
Visual Basic |
---|
Dim instance As StorageErrorCode |
Syntax
Visual Basic |
---|
Public Enumeration StorageErrorCode |
C# |
---|
public enum StorageErrorCode |
C++ |
---|
public enum class StorageErrorCode |
J# |
---|
JScript |
---|
Members
Member name | Description |
---|---|
AccessDenied | Access was denied (client-side error). |
AccountNotFound | The specified account was not found (client-side error). |
AuthenticationFailure | An authentication error occurred (client-side error). |
BadGateway | There was an error with the gateway used for the request (client-side error). |
BadRequest | The request was incorrect or badly formed (client-side error). |
BlobAlreadyExists | The specified blob already exists (client-side error). |
BlobNotFound | The specified blob was not found (client-side error). |
ConditionFailed | The specified condition failed (client-side error). |
ContainerAlreadyExists | The specified container already exists (client-side error). |
ContainerNotFound | The specified container was not found (client-side error). |
HttpVersionNotSupported | The request version header is not supported (client-side error). |
None | No error specified. |
NotImplemented | The requested operation is not implemented on the specified resource (client-side error). |
ResourceAlreadyExists | The specified resource already exists (client-side error). |
ResourceNotFound | The specified resource was not found (client-side error). |
ServiceBadResponse | The service returned a bad response (server-side error). |
ServiceIntegrityCheckFailed | A service integrity check failed (server-side error). |
ServiceInternalError | An internal server occurred (server-side error). |
ServiceTimeout | The service timed out (server-side error). |
TransportError | A transport error occurred (server-side error). |