QueueErrorCodeStrings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides error code strings that are specific to the Queue service.
public static class QueueErrorCodeStrings
type QueueErrorCodeStrings = class
Public Class QueueErrorCodeStrings
- Inheritance
-
QueueErrorCodeStrings
Fields
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. |