QueueErrorCodeStrings Class

Definition

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.

Applies to