Module: Azure::Storage::Queue::QueueErrorCodeStrings
- Defined in:
- lib/azure/storage/queue/default.rb
Constant Summary
collapse
- QUEUE_NOT_FOUND =
"QueueNotFound"
- QUEUE_DISABLED =
"QueueDisabled"
- QUEUE_ALREADY_EXISTS =
"QueueAlreadyExists"
- QUEUE_NOT_EMPTY =
"QueueNotEmpty"
- QUEUE_BEING_DELETED =
"QueueBeingDeleted"
- POP_RECEIPT_MISMATCH =
"PopReceiptMismatch"
- INVALID_PARAMETER =
"InvalidParameter"
- MESSAGE_NOT_FOUND =
"MessageNotFound"
- MESSAGE_TOO_LARGE =
"MessageTooLarge"
- INVALID_MARKER =
"InvalidMarker"