ShareErrorCode Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Vom Dienst zurückgegebene Fehlercodes.
public readonly struct ShareErrorCode : IEquatable<Azure.Storage.Files.Shares.Models.ShareErrorCode>
type ShareErrorCode = struct
Public Structure ShareErrorCode
Implements IEquatable(Of ShareErrorCode)
- Vererbung
-
ShareErrorCode
- Implementiert
Konstruktoren
ShareErrorCode(String) |
Initialisiert eine neue Instanz von ShareErrorCode. |
Eigenschaften
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 |
Löschen Ausstehend. |
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 |
FreigabeViolation. |
UnsupportedHeader |
Nicht unterstütztHeader. |
UnsupportedHttpVerb |
Nicht unterstütztHttpVerb. |
UnsupportedQueryParameter |
Nicht unterstütztQueryParameter. |
UnsupportedXmlNode |
Nicht unterstütztXmlNode. |
Methoden
Equals(ShareErrorCode) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(ShareErrorCode, ShareErrorCode) |
Bestimmt, ob zwei ShareErrorCode Werte identisch sind. |
Implicit(String to ShareErrorCode) |
Konvertiert eine Zeichenfolge in eine ShareErrorCode. |
Inequality(ShareErrorCode, ShareErrorCode) |
Bestimmt, ob zwei ShareErrorCode Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET