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
BlobNotFound
Error code that may be returned when a blob with the specified address cannot be found.
public static readonly string BlobNotFound
Field Value
CannotVerifyCopySource
Error code that may be returned when the source of a copy cannot be accessed.
public static readonly string CannotVerifyCopySource
Field Value
ContainerAlreadyExists
The specified container already exists.
public static readonly string ContainerAlreadyExists
Field Value
ContainerBeingDeleted
The specified container is being deleted.
public static readonly string ContainerBeingDeleted
Field Value
ContainerDisabled
The specified container is disabled.
public static readonly string ContainerDisabled
Field Value
ContainerNotFound
The specified container was not found.
public static readonly string ContainerNotFound
Field Value
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
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
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
InvalidAppendCondition
Error code that may be returned when the specified append offset is invalid.
public static readonly string InvalidAppendCondition
Field Value
InvalidBlobOrBlock
Error code that may be returned when the specified block or blob is invalid.
public static readonly string InvalidBlobOrBlock
Field Value
InvalidBlobType
Error code that may be returned when the blob type is invalid for this operation.
public static readonly string InvalidBlobType
Field Value
InvalidBlockId
Error code that may be returned when a block ID is invalid.
public static readonly string InvalidBlockId
Field Value
InvalidBlockList
Error code that may be returned when a block list is invalid.
public static readonly string InvalidBlockList
Field Value
InvalidMaxBlobSizeCondition
Error code that may be returned when the specified maximum blob size is invalid.
public static readonly string InvalidMaxBlobSizeCondition
Field Value
InvalidPageRange
Error code that may be returned when the page range specified is invalid.
public static readonly string InvalidPageRange
Field Value
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
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
LeaseAlreadyPresent
Error code that may be returned when there is already a lease present.
public static readonly string LeaseAlreadyPresent
Field Value
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
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
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
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
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
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
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
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
LeaseNotPresentWithBlobOperation
Error code that may be returned when there is currently no lease on the blob.
public static readonly string LeaseNotPresentWithBlobOperation
Field Value
LeaseNotPresentWithContainerOperation
Error code that may be returned when there is currently no lease on the container.
public static readonly string LeaseNotPresentWithContainerOperation
Field Value
LeaseNotPresentWithLeaseOperation
Error code that may be returned when there is currently no lease on the resource.
public static readonly string LeaseNotPresentWithLeaseOperation
Field Value
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
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
SequenceNumberConditionNotMet
Error code that may be returned when the sequence number condition specified was not met.
public static readonly string SequenceNumberConditionNotMet
Field Value
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
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
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
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