QueueErrorCode Struct
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.
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. |
Equals(String) |
Implementing QueueErrorCode.Equals(string) |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(QueueErrorCode, QueueErrorCode) |
Determines if two QueueErrorCode values are the same. |
Equality(QueueErrorCode, String) |
Overloading equality for QueueErrorCode==string |
Equality(String, QueueErrorCode) |
Overloading equality for string==QueueErrorCode |
Implicit(String to QueueErrorCode) |
Converts a String to a QueueErrorCode. |
Inequality(QueueErrorCode, QueueErrorCode) |
Determines if two QueueErrorCode values are not the same. |
Inequality(QueueErrorCode, String) |
Overloading inequality for QueueErrorCode!=string |
Inequality(String, QueueErrorCode) |
Overloading inequality for string!=QueueErrorCode |
Applies to
Azure SDK for .NET