org.soyatec.windowsazure.error
Class QueueErrorCodeStrings
java.lang.Object
org.soyatec.windowsazure.error.QueueErrorCodeStrings
public final class QueueErrorCodeStrings
- extends java.lang.Object
Error code strings that are specific to queue service
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueNotFound
public static final java.lang.String QueueNotFound
- See Also:
- Constant Field Values
QueueDisabled
public static final java.lang.String QueueDisabled
- See Also:
- Constant Field Values
QueueAlreadyExists
public static final java.lang.String QueueAlreadyExists
- See Also:
- Constant Field Values
QueueNotEmpty
public static final java.lang.String QueueNotEmpty
- See Also:
- Constant Field Values
QueueBeingDeleted
public static final java.lang.String QueueBeingDeleted
- See Also:
- Constant Field Values
PopReceiptMismatch
public static final java.lang.String PopReceiptMismatch
- See Also:
- Constant Field Values
InvalidParameter
public static final java.lang.String InvalidParameter
- See Also:
- Constant Field Values
MessageNotFound
public static final java.lang.String MessageNotFound
- See Also:
- Constant Field Values
MessageTooLarge
public static final java.lang.String MessageTooLarge
- See Also:
- Constant Field Values
InvalidMarker
public static final java.lang.String InvalidMarker
- See Also:
- Constant Field Values
QueueErrorCodeStrings
public QueueErrorCodeStrings()