Table of Contents

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

string

InvalidParameter

Error code that may be returned when one or more request parameters are invalid.

public static readonly string InvalidParameter

Field Value

string

MessageNotFound

Error code that may be returned when the specified message was not found.

public static readonly string MessageNotFound

Field Value

string

MessageTooLarge

Error code that may be returned when the specified message is too large.

public static readonly string MessageTooLarge

Field Value

string

PopReceiptMismatch

Error code that may be returned when the specified pop receipt does not match.

public static readonly string PopReceiptMismatch

Field Value

string

QueueAlreadyExists

Error code that may be returned when the specified queue already exists.

public static readonly string QueueAlreadyExists

Field Value

string

QueueBeingDeleted

Error code that may be returned when the specified queue is being deleted.

public static readonly string QueueBeingDeleted

Field Value

string

QueueDisabled

Error code that may be returned when the specified queue is disabled.

public static readonly string QueueDisabled

Field Value

string

QueueNotEmpty

Error code that may be returned when the specified queue is not empty.

public static readonly string QueueNotEmpty

Field Value

string

QueueNotFound

Error code that may be returned when the specified queue was not found.

public static readonly string QueueNotFound

Field Value

string