BlobErrorCodeStrings Members

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

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

The following tables list the members exposed by the BlobErrorCodeStrings type.

Public Fields

 NameDescription
public fieldstaticBlobAlreadyExistsError code that may be returned when a client attempts to create a blob that already exists.
public fieldstaticBlobNotFoundError code that may be returned when a blob with the specified address cannot be found.
public fieldstaticInvalidBlobOrBlockError code that may be returned when the specified block or blob is invalid.
public fieldstaticInvalidBlockIdError code that may be returned when a block ID is invalid.
public fieldstaticInvalidBlockListError code that may be returned when a block list is invalid.
Top

See Also