QueueErrorCode Struct

Definition

Error codes returned by the service.

public readonly struct QueueErrorCode : IEquatable<Azure.Storage.Queues.Models.QueueErrorCode>
type QueueErrorCode = struct
Public Structure QueueErrorCode
Implements IEquatable(Of QueueErrorCode)
Inheritance
QueueErrorCode
Implements

Constructors

QueueErrorCode(String)

Initializes a new instance of QueueErrorCode.

Properties

AccountAlreadyExists

AccountAlreadyExists.

AccountBeingCreated

AccountBeingCreated.

AccountIsDisabled

AccountIsDisabled.

AuthenticationFailed

AuthenticationFailed.

AuthorizationFailure

AuthorizationFailure.

AuthorizationPermissionMismatch

AuthorizationPermissionMismatch.

AuthorizationProtocolMismatch

AuthorizationProtocolMismatch.

AuthorizationResourceTypeMismatch

AuthorizationResourceTypeMismatch.

AuthorizationServiceMismatch

AuthorizationServiceMismatch.

AuthorizationSourceIPMismatch

AuthorizationSourceIPMismatch.

ConditionHeadersNotSupported

ConditionHeadersNotSupported.

ConditionNotMet

ConditionNotMet.

EmptyMetadataKey

EmptyMetadataKey.

FeatureVersionMismatch

FeatureVersionMismatch.

InsufficientAccountPermissions

InsufficientAccountPermissions.

InternalError

InternalError.

InvalidAuthenticationInfo

InvalidAuthenticationInfo.

InvalidHeaderValue

InvalidHeaderValue.

InvalidHttpVerb

InvalidHttpVerb.

InvalidInput

InvalidInput.

InvalidMarker

InvalidMarker.

InvalidMd5

InvalidMd5.

InvalidMetadata

InvalidMetadata.

InvalidQueryParameterValue

InvalidQueryParameterValue.

InvalidRange

InvalidRange.

InvalidResourceName

InvalidResourceName.

InvalidUri

InvalidUri.

InvalidXmlDocument

InvalidXmlDocument.

InvalidXmlNodeValue

InvalidXmlNodeValue.

Md5Mismatch

Md5Mismatch.

MessageNotFound

MessageNotFound.

MessageTooLarge

MessageTooLarge.

MetadataTooLarge

MetadataTooLarge.

MissingContentLengthHeader

MissingContentLengthHeader.

MissingRequiredHeader

MissingRequiredHeader.

MissingRequiredQueryParameter

MissingRequiredQueryParameter.

MissingRequiredXmlNode

MissingRequiredXmlNode.

MultipleConditionHeadersNotSupported

MultipleConditionHeadersNotSupported.

OperationTimedOut

OperationTimedOut.

OutOfRangeInput

OutOfRangeInput.

OutOfRangeQueryParameterValue

OutOfRangeQueryParameterValue.

PopReceiptMismatch

PopReceiptMismatch.

QueueAlreadyExists

QueueAlreadyExists.

QueueBeingDeleted

QueueBeingDeleted.

QueueDisabled

QueueDisabled.

QueueNotEmpty

QueueNotEmpty.

QueueNotFound

QueueNotFound.

RequestBodyTooLarge

RequestBodyTooLarge.

RequestUrlFailedToParse

RequestUrlFailedToParse.

ResourceAlreadyExists

ResourceAlreadyExists.

ResourceNotFound

ResourceNotFound.

ResourceTypeMismatch

ResourceTypeMismatch.

ServerBusy

ServerBusy.

UnsupportedHeader

UnsupportedHeader.

UnsupportedHttpVerb

UnsupportedHttpVerb.

UnsupportedQueryParameter

UnsupportedQueryParameter.

UnsupportedXmlNode

UnsupportedXmlNode.

Methods

Equals(QueueErrorCode)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(QueueErrorCode, QueueErrorCode)

Determines if two QueueErrorCode values are the same.

Implicit(String to QueueErrorCode)

Converts a string to a QueueErrorCode.

Inequality(QueueErrorCode, QueueErrorCode)

Determines if two QueueErrorCode values are not the same.

Applies to