[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.]
Top
Provides error code strings that are specific to the Blob service.
The following tables list the members exposed by the BlobErrorCodeStrings type.
Public Fields
Name | Description | |
---|---|---|
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. | |
InvalidBlobOrBlock | Error code that may be returned when the specified block or blob is invalid. | |
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. |