BlobErrorCodeStrings Fields

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

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.

See Also