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

Name Description
ShareErrorCode(String)

Initializes a new instance of ShareErrorCode.

Properties

Name Description
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.

FileShareProvisionedBandwidthDowngradeNotAllowed

FileShareProvisionedBandwidthDowngradeNotAllowed.

FileShareProvisionedBandwidthInvalid

FileShareProvisionedBandwidthInvalid.

FileShareProvisionedIopsDowngradeNotAllowed

FileShareProvisionedIopsDowngradeNotAllowed.

FileShareProvisionedIopsInvalid

FileShareProvisionedIopsInvalid.

FileShareProvisionedStorageInvalid

FileShareProvisionedStorageInvalid.

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.

ShareSnapshotNotFound

ShareSnapshotNotFound.

ShareSnapshotOperationNotSupported

ShareSnapshotOperationNotSupported.

SharingViolation

SharingViolation.

TotalSharesCountExceedsAccountLimit

TotalSharesCountExceedsAccountLimit.

TotalSharesProvisionedBandwidthExceedsAccountLimit

TotalSharesProvisionedBandwidthExceedsAccountLimit.

TotalSharesProvisionedCapacityExceedsAccountLimit

TotalSharesProvisionedCapacityExceedsAccountLimit.

TotalSharesProvisionedIopsExceedsAccountLimit

TotalSharesProvisionedIopsExceedsAccountLimit.

UnsupportedHeader

UnsupportedHeader.

UnsupportedHttpVerb

UnsupportedHttpVerb.

UnsupportedQueryParameter

UnsupportedQueryParameter.

UnsupportedXmlNode

UnsupportedXmlNode.

Methods

Name Description
Equals(ShareErrorCode)

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

Equals(String)

Implementing ShareErrorCode.Equals(string)

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(ShareErrorCode, ShareErrorCode)

Determines if two ShareErrorCode values are the same.

Equality(ShareErrorCode, String)

Overloading equality for ShareErrorCode==string

Equality(String, ShareErrorCode)

Overloading equality for string==ShareErrorCode

Implicit(String to ShareErrorCode)

Converts a String to a ShareErrorCode.

Inequality(ShareErrorCode, ShareErrorCode)

Determines if two ShareErrorCode values are not the same.

Inequality(ShareErrorCode, String)

Overloading inequality for ShareErrorCode!=string

Inequality(String, ShareErrorCode)

Overloading inequality for string!=ShareErrorCode

Applies to