StorageErrorCode Enumeration

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

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 nameDescription
AccessDeniedAccess was denied (client-side error).
AccountNotFoundThe specified account was not found (client-side error).
AuthenticationFailureAn authentication error occurred (client-side error).
BadGatewayThere was an error with the gateway used for the request (client-side error).
BadRequestThe request was incorrect or badly formed (client-side error).
BlobAlreadyExistsThe specified blob already exists (client-side error).
BlobNotFoundThe specified blob was not found (client-side error).
ConditionFailedThe specified condition failed (client-side error).
ContainerAlreadyExistsThe specified container already exists (client-side error).
ContainerNotFoundThe specified container was not found (client-side error).
HttpVersionNotSupportedThe request version header is not supported (client-side error).
NoneNo error specified.
NotImplementedThe requested operation is not implemented on the specified resource (client-side error).
ResourceAlreadyExistsThe specified resource already exists (client-side error).
ResourceNotFoundThe specified resource was not found (client-side error).
ServiceBadResponseThe service returned a bad response (server-side error).
ServiceIntegrityCheckFailedA service integrity check failed (server-side error).
ServiceInternalErrorAn internal server occurred (server-side error).
ServiceTimeoutThe service timed out (server-side error).
TransportErrorA transport error occurred (server-side error).

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

See Also