ShareErrorCode Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Códigos de erro retornados pelo serviço.
public readonly struct ShareErrorCode : IEquatable<Azure.Storage.Files.Shares.Models.ShareErrorCode>
type ShareErrorCode = struct
Public Structure ShareErrorCode
Implements IEquatable(Of ShareErrorCode)
- Herança
-
ShareErrorCode
- Implementações
Construtores
ShareErrorCode(String) |
Inicializa uma nova instância de ShareErrorCode. |
Propriedades
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 |
Compartilhar Desabilitado. |
ShareHasSnapshots |
ShareHasSnapshots. |
ShareNotFound |
ShareNotFound. |
ShareSnapshotCountExceeded |
ShareSnapshotCountExceeded. |
ShareSnapshotInProgress |
ShareSnapshotInProgress. |
ShareSnapshotOperationNotSupported |
ShareSnapshotOperationNotSupported. |
SharingViolation |
SharingViolation. |
UnsupportedHeader |
UnsupportedHeader. |
UnsupportedHttpVerb |
Sem suporteHttpVerb. |
UnsupportedQueryParameter |
UnsupportedQueryParameter. |
UnsupportedXmlNode |
UnsupportedXmlNode. |
Métodos
Equals(ShareErrorCode) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(ShareErrorCode, ShareErrorCode) |
Determina se dois ShareErrorCode valores são os mesmos. |
Implicit(String to ShareErrorCode) |
Converte uma cadeia de caracteres em um ShareErrorCode. |
Inequality(ShareErrorCode, ShareErrorCode) |
Determina se dois ShareErrorCode valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET