QueueErrorCodeStrings 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 Queue service.

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

Public Fields

 NameDescription
public fieldstaticInvalidMarkerError code that may be returned when the specified marker is invalid.
public fieldstaticInvalidParameterError code that may be returned when one or more request parameters are invalid.
public fieldstaticMessageNotFoundError code that may be returned when the specified message was not found.
public fieldstaticMessageTooLargeError code that may be returned when the specified message is too large.
public fieldstaticPopReceiptMismatchError code that may be returned when the specified pop receipt does not match.
public fieldstaticQueueAlreadyExistsError code that may be returned when the specified queue already exists.
public fieldstaticQueueBeingDeletedError code that may be returned when the specified queue is being deleted.
public fieldstaticQueueDisabledError code that may be returned when the specified queue is disabled.
public fieldstaticQueueNotEmptyError code that may be returned when the specified queue is not empty.
public fieldstaticQueueNotFoundError code that may be returned when the specified queue was not found.
Top

See Also