| Package | Description |
|---|---|
| com.azure.data.tables.models |
Package containing the implementations and inner classes for AzureTable.
|
| Modifier and Type | Field and Description |
|---|---|
static TableErrorCode |
TableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDED
Static value
AccountIOPSLimitExceeded. |
static TableErrorCode |
TableErrorCode.ATOM_FORMAT_NOT_SUPPORTED
Static value
AtomFormatNotSupported. |
static TableErrorCode |
TableErrorCode.AUTHORIZATION_PERMISSION_MISMATCH
Static value
AuthorizationPermissionMismatch. |
static TableErrorCode |
TableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH
Static value
AuthorizationResourceTypeMismatch. |
static TableErrorCode |
TableErrorCode.CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE
Static value
CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable. |
static TableErrorCode |
TableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
Static value
CommandsInBatchActOnDifferentPartitions. |
static TableErrorCode |
TableErrorCode.CONTENT_LENGTH_EXCEEDED
Static value
ContentLengthExceeded. |
static TableErrorCode |
TableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIED
Static value
DuplicateKeyPropertySpecified. |
static TableErrorCode |
TableErrorCode.DUPLICATE_PROPERTIES_SPECIFIED
Static value
DuplicatePropertiesSpecified. |
static TableErrorCode |
TableErrorCode.ENTITY_ALREADY_EXISTS
Static value
EntityAlreadyExists. |
static TableErrorCode |
TableErrorCode.ENTITY_NOT_FOUND
Static value
EntityNotFound. |
static TableErrorCode |
TableErrorCode.ENTITY_TOO_LARGE
Static value
EntityTooLarge. |
static TableErrorCode |
TableErrorCode.FORBIDDEN
Static value
Forbidden. |
static TableErrorCode |
TableErrorCode.INVALID_DUPLICATE_ROW
Static value
InvalidDuplicateRow. |
static TableErrorCode |
TableErrorCode.INVALID_INPUT
Static value
InvalidInput. |
static TableErrorCode |
TableErrorCode.INVALID_VALUE_TYPE
Static value
InvalidValueType. |
static TableErrorCode |
TableErrorCode.JSON_FORMAT_NOT_SUPPORTED
Static value
JsonFormatNotSupported. |
static TableErrorCode |
TableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTED
Static value
JsonVerboseFormatNotSupported. |
static TableErrorCode |
TableErrorCode.KEY_VALUE_TOO_LARGE
Static value
KeyValueTooLarge. |
static TableErrorCode |
TableErrorCode.MEDIA_TYPE_NOT_SUPPORTED
Static value
MediaTypeNotSupported. |
static TableErrorCode |
TableErrorCode.METHOD_NOT_ALLOWED
Static value
MethodNotAllowed. |
static TableErrorCode |
TableErrorCode.NOT_IMPLEMENTED
Static value
NotImplemented. |
static TableErrorCode |
TableErrorCode.OPERATION_TIMED_OUT
Static value
OperationTimedOut. |
static TableErrorCode |
TableErrorCode.OPERATOR_INVALID
Static value
OperatorInvalid. |
static TableErrorCode |
TableErrorCode.OUT_OF_RANGE_INPUT
Static value
OutOfRangeInput. |
static TableErrorCode |
TableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
Static value
PartitionKeyEqualityComparisonExpected. |
static TableErrorCode |
TableErrorCode.PARTITION_KEY_NOT_SPECIFIED
Static value
PartitionKeyNotSpecified. |
static TableErrorCode |
TableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
Static value
PartitionKeyPropertyCannotBeUpdated. |
static TableErrorCode |
TableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
Static value
PartitionKeySpecifiedMoreThanOnce. |
static TableErrorCode |
TableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
Static value
PerTableIOPSDecrementLimitReached. |
static TableErrorCode |
TableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
Static value
PerTableIOPSIncrementLimitReached. |
static TableErrorCode |
TableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
Static value
PrimaryKeyPropertyIsInvalidType. |
static TableErrorCode |
TableErrorCode.PROPERTIES_NEED_VALUE
Static value
PropertiesNeedValue. |
static TableErrorCode |
TableErrorCode.PROPERTY_NAME_INVALID
Static value
PropertyNameInvalid. |
static TableErrorCode |
TableErrorCode.PROPERTY_NAME_TOO_LONG
Static value
PropertyNameTooLong. |
static TableErrorCode |
TableErrorCode.PROPERTY_VALUE_TOO_LARGE
Static value
PropertyValueTooLarge. |
static TableErrorCode |
TableErrorCode.RESOURCE_NOT_FOUND
Static value
TableNotFound. |
static TableErrorCode |
TableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
Static value
SettingIOPSForATableInProvisioningNotAllowed. |
static TableErrorCode |
TableErrorCode.TABLE_ALREADY_EXISTS
Static value
TableAlreadyExists. |
static TableErrorCode |
TableErrorCode.TABLE_BEING_DELETED
Static value
TableBeingDeleted. |
static TableErrorCode |
TableErrorCode.TABLE_HAS_NO_PROPERTIES
Static value
TableHasNoProperties. |
static TableErrorCode |
TableErrorCode.TABLE_HAS_NO_SUCH_PROPERTY
Static value
TableHasNoSuchProperty. |
static TableErrorCode |
TableErrorCode.TABLE_NOT_FOUND
Static value
TableNotFound. |
static TableErrorCode |
TableErrorCode.TOO_MANY_PROPERTIES
Static value
TooManyProperties. |
static TableErrorCode |
TableErrorCode.UPDATE_CONDITION_NOT_SATISFIED
Static value
UpdateConditionNotSatisfied. |
static TableErrorCode |
TableErrorCode.X_METHOD_INCORRECT_COUNT
Static value
XMethodIncorrectCount. |
static TableErrorCode |
TableErrorCode.X_METHOD_INCORRECT_VALUE
Static value
XMethodIncorrectValue. |
static TableErrorCode |
TableErrorCode.X_METHOD_NOT_USING_POST
Static value
XMethodNotUsingPost. |
| Modifier and Type | Method and Description |
|---|---|
static TableErrorCode |
TableErrorCode.fromString(String name)
Returns the
TableErrorCode constant with the provided name, or null if no TableErrorCode
has the provided name. |
TableErrorCode |
TableServiceError.getErrorCode()
Get the service error code.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.