ShareErrorCode 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 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. |
FileShareProvisionedBandwidthDowngradeNotAllowed |
FileShareProvisionedBandwidthDowngradeNotAllowed. |
FileShareProvisionedIopsDowngradeNotAllowed |
FileShareProvisionedIopsDowngradeNotAllowed. |
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. |
Equals(String) |
Implementing ShareErrorCode.Equals(string) |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
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
Azure SDK for .NET