Freigeben über


TableErrorCode Struktur

Definition

Vom Dienst zurückgegebene Fehlercodes.

public readonly struct TableErrorCode : IEquatable<Azure.Data.Tables.Models.TableErrorCode>
type TableErrorCode = struct
Public Structure TableErrorCode
Implements IEquatable(Of TableErrorCode)
Vererbung
TableErrorCode
Implementiert

Konstruktoren

TableErrorCode(String)

Bestimmt, ob zwei TableErrorCode Werte gleich sind.

Eigenschaften

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

Unzulässig.

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.

Methoden

Equals(TableErrorCode)

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

Bestimmt, ob zwei TableErrorCode Werte gleich sind.

Implicit(String to TableErrorCode)

Konvertiert eine Zeichenfolge in eine TableErrorCode.

Inequality(TableErrorCode, TableErrorCode)

Bestimmt, ob zwei TableErrorCode Werte nicht identisch sind.

Gilt für: