Partager via


TableErrorCode Structure

Définition

Codes d’erreur retournés par le service.

public readonly struct TableErrorCode : IEquatable<Azure.Data.Tables.Models.TableErrorCode>
type TableErrorCode = struct
Public Structure TableErrorCode
Implements IEquatable(Of TableErrorCode)
Héritage
TableErrorCode
Implémente

Constructeurs

TableErrorCode(String)

Détermine si deux TableErrorCode valeurs sont identiques.

Propriétés

AccountIOPSLimitExceeded

AccountIOPSLimitExceeded.

AtomFormatNotSupported

AtomFormatNotSupported.

AuthorizationPermissionMismatch

AuthorizationPermissionMismatch.

AuthorizationResourceTypeMismatch

AuthorizationResourceTypeMismatch.

CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable

CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.

CommandsInBatchActOnDifferentPartitions

CommandsInBatchActOnDifferentPartitions.

ContentLengthExceeded

ContentLengthExceeded.

DuplicateKeyPropertySpecified

DuplicateKeyPropertySpecified.

DuplicatePropertiesSpecified

DuplicatePropertiesSpecified.

EntityAlreadyExists

EntityAlreadyExists.

EntityNotFound

EntityNotFound.

EntityTooLarge

EntityTooLarge.

Forbidden

Interdit.

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éthodes

Equals(TableErrorCode)

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(TableErrorCode, TableErrorCode)

Détermine si deux TableErrorCode valeurs sont identiques.

Implicit(String to TableErrorCode)

Convertit une chaîne en TableErrorCode.

Inequality(TableErrorCode, TableErrorCode)

Détermine si deux TableErrorCode valeurs ne sont pas identiques.

S’applique à