你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ShareErrorCode 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
服务返回的错误代码。
public readonly struct ShareErrorCode : IEquatable<Azure.Storage.Files.Shares.Models.ShareErrorCode>
type ShareErrorCode = struct
Public Structure ShareErrorCode
Implements IEquatable(Of ShareErrorCode)
- 继承
-
ShareErrorCode
- 实现
构造函数
ShareErrorCode(String) |
初始化 ShareErrorCode 的新实例。 |
属性
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。 |
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。 |
方法
Equals(ShareErrorCode) |
指示当前对象是否等于同一类型的另一个对象。 |
ToString() |
返回此实例的完全限定类型名称。 |
运算符
Equality(ShareErrorCode, ShareErrorCode) |
确定两个 ShareErrorCode 值是否相同。 |
Implicit(String to ShareErrorCode) |
将字符串转换为 ShareErrorCode。 |
Inequality(ShareErrorCode, ShareErrorCode) |
确定两个 ShareErrorCode 值是否不相同。 |