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