Table of Contents

Class BlobErrorCodeStrings

Namespace
Microsoft.WindowsAzure.Storage.Blob.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Provides error code strings that are specific to the Blob service.

public static class BlobErrorCodeStrings
Inheritance
BlobErrorCodeStrings
Inherited Members

Fields

BlobAlreadyExists

Error code that may be returned when a client attempts to create a blob that already exists.

public static readonly string BlobAlreadyExists

Field Value

string

BlobNotFound

Error code that may be returned when a blob with the specified address cannot be found.

public static readonly string BlobNotFound

Field Value

string

CannotVerifyCopySource

Error code that may be returned when the source of a copy cannot be accessed.

public static readonly string CannotVerifyCopySource

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

CopyAcrossAccountsNotSupported

Error code that may be returned when the copy source account and destination account are not the same.

public static readonly string CopyAcrossAccountsNotSupported

Field Value

string

CopyIdMismatch

Error code that may be returned when the copy ID specified in an Abort Copy operation does not match the current pending copy ID.

public static readonly string CopyIdMismatch

Field Value

string

InfiniteLeaseDurationRequired

Error code that may be returned when the destination of a copy operation has a lease of fixed duration.

public static readonly string InfiniteLeaseDurationRequired

Field Value

string

InvalidAppendCondition

Error code that may be returned when the specified append offset is invalid.

public static readonly string InvalidAppendCondition

Field Value

string

InvalidBlobOrBlock

Error code that may be returned when the specified block or blob is invalid.

public static readonly string InvalidBlobOrBlock

Field Value

string

InvalidBlobType

Error code that may be returned when the blob type is invalid for this operation.

public static readonly string InvalidBlobType

Field Value

string

InvalidBlockId

Error code that may be returned when a block ID is invalid.

public static readonly string InvalidBlockId

Field Value

string

InvalidBlockList

Error code that may be returned when a block list is invalid.

public static readonly string InvalidBlockList

Field Value

string

InvalidMaxBlobSizeCondition

Error code that may be returned when the specified maximum blob size is invalid.

public static readonly string InvalidMaxBlobSizeCondition

Field Value

string

InvalidPageRange

Error code that may be returned when the page range specified is invalid.

public static readonly string InvalidPageRange

Field Value

string

InvalidVersionForPageBlobOperation

Error code that may be returned when the operation on page blobs uses a version prior to 2009-09-19.

public static readonly string InvalidVersionForPageBlobOperation

Field Value

string

LeaseAlreadyBroken

Error code that may be returned when the lease has already been broken and cannot be broken again.

public static readonly string LeaseAlreadyBroken

Field Value

string

LeaseAlreadyPresent

Error code that may be returned when there is already a lease present.

public static readonly string LeaseAlreadyPresent

Field Value

string

LeaseIdMismatchWithBlobOperation

Error code that may be returned when the lease ID specified did not match the lease ID for the blob.

public static readonly string LeaseIdMismatchWithBlobOperation

Field Value

string

LeaseIdMismatchWithContainerOperation

Error code that may be returned when the lease ID specified did not match the lease ID for the container.

public static readonly string LeaseIdMismatchWithContainerOperation

Field Value

string

LeaseIdMismatchWithLeaseOperation

Error code that may be returned when the lease ID specified did not match the lease ID.

public static readonly string LeaseIdMismatchWithLeaseOperation

Field Value

string

LeaseIdMissing

Error code that may be returned when there is currently a lease on the resource and no lease ID was specified in the request.

public static readonly string LeaseIdMissing

Field Value

string

LeaseIsBreakingAndCannotBeAcquired

Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be acquired.

public static readonly string LeaseIsBreakingAndCannotBeAcquired

Field Value

string

LeaseIsBreakingAndCannotBeChanged

Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be changed.

public static readonly string LeaseIsBreakingAndCannotBeChanged

Field Value

string

LeaseIsBrokenAndCannotBeRenewed

Error code that may be returned when the lease ID matched, but the lease has been broken explicitly and cannot be renewed.

public static readonly string LeaseIsBrokenAndCannotBeRenewed

Field Value

string

LeaseLost

Error code that may be returned when a lease ID was specified, but the lease has expired.

public static readonly string LeaseLost

Field Value

string

LeaseNotPresentWithBlobOperation

Error code that may be returned when there is currently no lease on the blob.

public static readonly string LeaseNotPresentWithBlobOperation

Field Value

string

LeaseNotPresentWithContainerOperation

Error code that may be returned when there is currently no lease on the container.

public static readonly string LeaseNotPresentWithContainerOperation

Field Value

string

LeaseNotPresentWithLeaseOperation

Error code that may be returned when there is currently no lease on the resource.

public static readonly string LeaseNotPresentWithLeaseOperation

Field Value

string

NoPendingCopyOperation

Error code that may be returned when an Abort Copy operation is called when there is no pending copy.

public static readonly string NoPendingCopyOperation

Field Value

string

PendingCopyOperation

Error code that may be returned when an attempt to modify the destination of a pending copy is made.

public static readonly string PendingCopyOperation

Field Value

string

SequenceNumberConditionNotMet

Error code that may be returned when the sequence number condition specified was not met.

public static readonly string SequenceNumberConditionNotMet

Field Value

string

SequenceNumberIncrementTooLarge

Error code that may be returned when the sequence number increment cannot be performed because it would result in overflow of the sequence number.

public static readonly string SequenceNumberIncrementTooLarge

Field Value

string

SnapshotsPresent

Error code that may be returned when the operation is not permitted because the blob has snapshots.

public static readonly string SnapshotsPresent

Field Value

string

SourceConditionNotMet

Error code that may be returned when the source condition specified using HTTP conditional header(s) is not met.

public static readonly string SourceConditionNotMet

Field Value

string

TargetConditionNotMet

Error code that may be returned when the target condition specified using HTTP conditional header(s) is not met.

public static readonly string TargetConditionNotMet

Field Value

string