BlobErrorCodeStrings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides error code strings that are specific to the Blob service.
public static class BlobErrorCodeStrings
type BlobErrorCodeStrings = class
Public Class BlobErrorCodeStrings
- Inheritance
-
BlobErrorCodeStrings
Fields
BlobAlreadyExists |
Error code that may be returned when a client attempts to create a blob that already exists. |
BlobNotFound |
Error code that may be returned when a blob with the specified address cannot be found. |
CannotVerifyCopySource |
Error code that may be returned when the source of a copy cannot be accessed. |
ContainerAlreadyExists |
The specified container already exists. |
ContainerBeingDeleted |
The specified container is being deleted. |
ContainerDisabled |
The specified container is disabled. |
ContainerNotFound |
The specified container was not found. |
CopyAcrossAccountsNotSupported |
Error code that may be returned when the copy source account and destination account are not the same. |
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. |
InfiniteLeaseDurationRequired |
Error code that may be returned when the destination of a copy operation has a lease of fixed duration. |
InvalidAppendCondition |
Error code that may be returned when the specified append offset is invalid. |
InvalidBlobOrBlock |
Error code that may be returned when the specified block or blob is invalid. |
InvalidBlobType |
Error code that may be returned when the blob type is invalid for this operation. |
InvalidBlockId |
Error code that may be returned when a block ID is invalid. |
InvalidBlockList |
Error code that may be returned when a block list is invalid. |
InvalidMaxBlobSizeCondition |
Error code that may be returned when the specified maximum blob size is invalid. |
InvalidPageRange |
Error code that may be returned when the page range specified is invalid. |
InvalidVersionForPageBlobOperation |
Error code that may be returned when the operation on page blobs uses a version prior to 2009-09-19. |
LeaseAlreadyBroken |
Error code that may be returned when the lease has already been broken and cannot be broken again. |
LeaseAlreadyPresent |
Error code that may be returned when there is already a lease present. |
LeaseIdMismatchWithBlobOperation |
Error code that may be returned when the lease ID specified did not match the lease ID for the blob. |
LeaseIdMismatchWithContainerOperation |
Error code that may be returned when the lease ID specified did not match the lease ID for the container. |
LeaseIdMismatchWithLeaseOperation |
Error code that may be returned when the lease ID specified did not match the lease ID. |
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. |
LeaseIsBreakingAndCannotBeAcquired |
Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be acquired. |
LeaseIsBreakingAndCannotBeChanged |
Error code that may be returned when the lease ID matched, but the lease is breaking and cannot be changed. |
LeaseIsBrokenAndCannotBeRenewed |
Error code that may be returned when the lease ID matched, but the lease has been broken explicitly and cannot be renewed. |
LeaseLost |
Error code that may be returned when a lease ID was specified, but the lease has expired. |
LeaseNotPresentWithBlobOperation |
Error code that may be returned when there is currently no lease on the blob. |
LeaseNotPresentWithContainerOperation |
Error code that may be returned when there is currently no lease on the container. |
LeaseNotPresentWithLeaseOperation |
Error code that may be returned when there is currently no lease on the resource. |
NoPendingCopyOperation |
Error code that may be returned when an Abort Copy operation is called when there is no pending copy. |
PendingCopyOperation |
Error code that may be returned when an attempt to modify the destination of a pending copy is made. |
SequenceNumberConditionNotMet |
Error code that may be returned when the sequence number condition specified was not met. |
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. |
SnapshotsPresent |
Error code that may be returned when the operation is not permitted because the blob has snapshots. |
SourceConditionNotMet |
Error code that may be returned when the source condition specified using HTTP conditional header(s) is not met. |
TargetConditionNotMet |
Error code that may be returned when the target condition specified using HTTP conditional header(s) is not met. |
Applies to
Azure SDK for .NET