ShareErrorCode Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Codes d’erreur retournés par le service.
public readonly struct ShareErrorCode : IEquatable<Azure.Storage.Files.Shares.Models.ShareErrorCode>
type ShareErrorCode = struct
Public Structure ShareErrorCode
Implements IEquatable(Of ShareErrorCode)
- Héritage
-
ShareErrorCode
- Implémente
Constructeurs
ShareErrorCode(String) |
Initialise une nouvelle instance de ShareErrorCode. |
Propriétés
AccountAlreadyExists |
AccountAlreadyExists. |
AccountBeingCreated |
AccountBeingCreated. |
AccountIsDisabled |
AccountIsDisabled. |
AuthenticationFailed |
AuthenticationFailed. |
AuthorizationFailure |
AuthorizationFailure. |
AuthorizationPermissionMismatch |
AuthorizationPermissionMismatch. |
AuthorizationProtocolMismatch |
AuthorizationProtocolMismatch. |
AuthorizationResourceTypeMismatch |
AuthorizationResourceTypeMismatch. |
AuthorizationServiceMismatch |
AuthorizationServiceMismatch. |
AuthorizationSourceIPMismatch |
AuthorizationSourceIPMismatch. |
CannotDeleteFileOrDirectory |
Impossible dedeleteFileOrDirectory. |
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 |
Non valideHttpVerb. |
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 |
ShareSnapshotCountExceededed. |
ShareSnapshotInProgress |
ShareSnapshotInProgress. |
ShareSnapshotOperationNotSupported |
ShareSnapshotOperationNotSupported. |
SharingViolation |
PartageViolation. |
UnsupportedHeader |
Non pris en chargeHeader. |
UnsupportedHttpVerb |
Non pris en chargeHttpVerb. |
UnsupportedQueryParameter |
UnsupportedQueryParameter. |
UnsupportedXmlNode |
Non pris en chargeXmlNode. |
Méthodes
Equals(ShareErrorCode) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(ShareErrorCode, ShareErrorCode) |
Détermine si deux ShareErrorCode valeurs sont identiques. |
Implicit(String to ShareErrorCode) |
Convertit une chaîne en ShareErrorCode. |
Inequality(ShareErrorCode, ShareErrorCode) |
Détermine si deux ShareErrorCode valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET