Class QueueErrorCodeStrings
- Namespace
- Microsoft.WindowsAzure.Storage.Queue.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Provides error code strings that are specific to the Queue service.
public static class QueueErrorCodeStrings
- Inheritance
-
QueueErrorCodeStrings
- Inherited Members
Fields
InvalidMarker
Error code that may be returned when the specified marker is invalid.
public static readonly string InvalidMarker
Field Value
InvalidParameter
Error code that may be returned when one or more request parameters are invalid.
public static readonly string InvalidParameter
Field Value
MessageNotFound
Error code that may be returned when the specified message was not found.
public static readonly string MessageNotFound
Field Value
MessageTooLarge
Error code that may be returned when the specified message is too large.
public static readonly string MessageTooLarge
Field Value
PopReceiptMismatch
Error code that may be returned when the specified pop receipt does not match.
public static readonly string PopReceiptMismatch
Field Value
QueueAlreadyExists
Error code that may be returned when the specified queue already exists.
public static readonly string QueueAlreadyExists
Field Value
QueueBeingDeleted
Error code that may be returned when the specified queue is being deleted.
public static readonly string QueueBeingDeleted
Field Value
QueueDisabled
Error code that may be returned when the specified queue is disabled.
public static readonly string QueueDisabled
Field Value
QueueNotEmpty
Error code that may be returned when the specified queue is not empty.
public static readonly string QueueNotEmpty
Field Value
QueueNotFound
Error code that may be returned when the specified queue was not found.
public static readonly string QueueNotFound