





[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 Queue service.
The following tables list the members exposed by the QueueErrorCodeStrings type.
Public Fields
Name | Description | |
---|---|---|
![]() ![]() | InvalidMarker | Error code that may be returned when the specified marker is invalid. |
![]() ![]() | InvalidParameter | Error code that may be returned when one or more request parameters are invalid. |
![]() ![]() | MessageNotFound | Error code that may be returned when the specified message was not found. |
![]() ![]() | MessageTooLarge | Error code that may be returned when the specified message is too large. |
![]() ![]() | PopReceiptMismatch | Error code that may be returned when the specified pop receipt does not match. |
![]() ![]() | QueueAlreadyExists | Error code that may be returned when the specified queue already exists. |
![]() ![]() | QueueBeingDeleted | Error code that may be returned when the specified queue is being deleted. |
![]() ![]() | QueueDisabled | Error code that may be returned when the specified queue is disabled. |
![]() ![]() | QueueNotEmpty | Error code that may be returned when the specified queue is not empty. |
![]() ![]() | QueueNotFound | Error code that may be returned when the specified queue was not found. |