ShareErrorCode Struct

Definition

Error codes returned by the service.

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

Constructors

ShareErrorCode(String)

Initializes a new instance of ShareErrorCode.

Properties

AccountAlreadyExists

AccountAlreadyExists.

AccountBeingCreated

AccountBeingCreated.

AccountIsDisabled

AccountIsDisabled.

AuthenticationFailed

AuthenticationFailed.

AuthorizationFailure

AuthorizationFailure.

AuthorizationPermissionMismatch

AuthorizationPermissionMismatch.

AuthorizationProtocolMismatch

AuthorizationProtocolMismatch.

AuthorizationResourceTypeMismatch

AuthorizationResourceTypeMismatch.

AuthorizationServiceMismatch

AuthorizationServiceMismatch.

AuthorizationSourceIPMismatch

AuthorizationSourceIPMismatch.

CannotDeleteFileOrDirectory

CannotDeleteFileOrDirectory.

ClientCacheFlushDelay

ClientCacheFlushDelay.

ConditionHeadersNotSupported

ConditionHeadersNotSupported.

ConditionNotMet

ConditionNotMet.

ContainerQuotaDowngradeNotAllowed

ContainerQuotaDowngradeNotAllowed.

DeletePending

DeletePending.

DirectoryNotEmpty

DirectoryNotEmpty.

EmptyMetadataKey

EmptyMetadataKey.

FeatureVersionMismatch

FeatureVersionMismatch.

FileLockConflict

FileLockConflict.

InsufficientAccountPermissions

InsufficientAccountPermissions.

InternalError

InternalError.

InvalidAuthenticationInfo

InvalidAuthenticationInfo.

InvalidFileOrDirectoryPathName

InvalidFileOrDirectoryPathName.

InvalidHeaderValue

InvalidHeaderValue.

InvalidHttpVerb

InvalidHttpVerb.

InvalidInput

InvalidInput.

InvalidMd5

InvalidMd5.

InvalidMetadata

InvalidMetadata.

InvalidQueryParameterValue

InvalidQueryParameterValue.

InvalidRange

InvalidRange.

InvalidResourceName

InvalidResourceName.

InvalidUri

InvalidUri.

InvalidXmlDocument

InvalidXmlDocument.

InvalidXmlNodeValue

InvalidXmlNodeValue.

Md5Mismatch

Md5Mismatch.

MetadataTooLarge

MetadataTooLarge.

MissingContentLengthHeader

MissingContentLengthHeader.

MissingRequiredHeader

MissingRequiredHeader.

MissingRequiredQueryParameter

MissingRequiredQueryParameter.

MissingRequiredXmlNode

MissingRequiredXmlNode.

MultipleConditionHeadersNotSupported

MultipleConditionHeadersNotSupported.

OperationTimedOut

OperationTimedOut.

OutOfRangeInput

OutOfRangeInput.

OutOfRangeQueryParameterValue

OutOfRangeQueryParameterValue.

ParentNotFound

ParentNotFound.

PreviousSnapshotNotFound

PreviousSnapshotNotFound.

ReadOnlyAttribute

ReadOnlyAttribute.

RequestBodyTooLarge

RequestBodyTooLarge.

RequestUrlFailedToParse

RequestUrlFailedToParse.

ResourceAlreadyExists

ResourceAlreadyExists.

ResourceNotFound

ResourceNotFound.

ResourceTypeMismatch

ResourceTypeMismatch.

ServerBusy

ServerBusy.

ShareAlreadyExists

ShareAlreadyExists.

ShareBeingDeleted

ShareBeingDeleted.

ShareDisabled

ShareDisabled.

ShareHasSnapshots

ShareHasSnapshots.

ShareNotFound

ShareNotFound.

ShareSnapshotCountExceeded

ShareSnapshotCountExceeded.

ShareSnapshotInProgress

ShareSnapshotInProgress.

ShareSnapshotOperationNotSupported

ShareSnapshotOperationNotSupported.

SharingViolation

SharingViolation.

UnsupportedHeader

UnsupportedHeader.

UnsupportedHttpVerb

UnsupportedHttpVerb.

UnsupportedQueryParameter

UnsupportedQueryParameter.

UnsupportedXmlNode

UnsupportedXmlNode.

Methods

Equals(ShareErrorCode)

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(ShareErrorCode, ShareErrorCode)

Determines if two ShareErrorCode values are the same.

Implicit(String to ShareErrorCode)

Converts a string to a ShareErrorCode.

Inequality(ShareErrorCode, ShareErrorCode)

Determines if two ShareErrorCode values are not the same.

Applies to