TableErrorCode 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 TableErrorCode : IEquatable<Azure.Data.Tables.Models.TableErrorCode>
type TableErrorCode = struct
Public Structure TableErrorCode
Implements IEquatable(Of TableErrorCode)
- Herança
-
TableErrorCode
- Implementações
Construtores
TableErrorCode(String) |
Determina se dois TableErrorCode valores são os mesmos. |
Propriedades
AccountIOPSLimitExceeded |
AccountIOPSLimitExceeded. |
AtomFormatNotSupported |
AtomFormatNotSupported. |
AuthorizationPermissionMismatch |
AuthorizationPermissionMismatch. |
AuthorizationResourceTypeMismatch |
AuthorizationResourceTypeMismatch. |
CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable |
Não é possívelCreateTableWithIOPSGreaterThanMaxAllowedPerTable. |
CommandsInBatchActOnDifferentPartitions |
CommandsInBatchActOnDifferentPartitions. |
ContentLengthExceeded |
ContentLengthExceeded. |
DuplicateKeyPropertySpecified |
DuplicateKeyPropertySpecified. |
DuplicatePropertiesSpecified |
DuplicatePropertiesSpecified. |
EntityAlreadyExists |
EntityAlreadyExists. |
EntityNotFound |
EntityNotFound. |
EntityTooLarge |
EntityTooLarge. |
Forbidden |
Negado. |
InvalidDuplicateRow |
InvalidDuplicateRow. |
InvalidInput |
InvalidInput. |
InvalidValueType |
InvalidValueType. |
JsonFormatNotSupported |
JsonFormatNotSupported. |
JsonVerboseFormatNotSupported |
JsonVerboseFormatNotSupported. |
KeyValueTooLarge |
KeyValueTooLarge. |
MediaTypeNotSupported |
MediaTypeNotSupported. |
MethodNotAllowed |
MethodNotAllowed. |
NotImplemented |
Notimplemented. |
OperationTimedOut |
OperationTimedOut. |
OperatorInvalid |
OperatorInvalid. |
OutOfRangeInput |
OutOfRangeInput. |
PartitionKeyEqualityComparisonExpected |
PartitionKeyEqualityComparisonExpected. |
PartitionKeyNotSpecified |
PartitionKeyNotSpecified. |
PartitionKeyPropertyCannotBeUpdated |
PartitionKeyPropertyCannotBeUpdated. |
PartitionKeySpecifiedMoreThanOnce |
PartitionKeySpecifiedMoreThanOnce. |
PerTableIOPSDecrementLimitReached |
PerTableIOPSDecrementLimitReached. |
PerTableIOPSIncrementLimitReached |
PerTableIOPSIncrementLimitReached. |
PrimaryKeyPropertyIsInvalidType |
PrimaryKeyPropertyIsInvalidType. |
PropertiesNeedValue |
PropertiesNeedValue. |
PropertyNameInvalid |
PropertyNameInvalid. |
PropertyNameTooLong |
PropertyNameTooLong. |
PropertyValueTooLarge |
PropertyValueTooLarge. |
ResourceNotFound |
ResourceNotFound. |
SettingIOPSForATableInProvisioningNotAllowed |
SettingIOPSForATableInProvisioningNotAllowed. |
TableAlreadyExists |
TableAlreadyExists. |
TableBeingDeleted |
TableBeingDeleted. |
TableHasNoProperties |
TableHasNoProperties. |
TableHasNoSuchProperty |
TableHasNoSuchProperty. |
TableNotFound |
TableNotFound. |
TooManyProperties |
TooManyProperties. |
UpdateConditionNotSatisfied |
UpdateConditionNotSatisfied. |
XMethodIncorrectCount |
XMethodIncorrectCount. |
XMethodIncorrectValue |
XMethodIncorrectValue. |
XMethodNotUsingPost |
XMethodNotUsingPost. |
Métodos
Equals(TableErrorCode) |
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(TableErrorCode, TableErrorCode) |
Determina se dois TableErrorCode valores são os mesmos. |
Implicit(String to TableErrorCode) |
Converte uma cadeia de caracteres em um TableErrorCode. |
Inequality(TableErrorCode, TableErrorCode) |
Determina se dois TableErrorCode valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET