Package com.azure.data.tables.models
Class TableErrorCode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableErrorCode>
com.azure.data.tables.models.TableErrorCode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for error codes returned from the Tables service. For detailed information about what each error
code means and their accompanying status codes, visit the following page:
Table service error codes
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TableErrorCodeStatic valueAccountIOPSLimitExceeded.static final TableErrorCodeStatic valueAtomFormatNotSupported.static final TableErrorCodeStatic valueAuthorizationPermissionMismatch.static final TableErrorCodeStatic valueAuthorizationResourceTypeMismatch.static final TableErrorCodeStatic valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.static final TableErrorCodeStatic valueCommandsInBatchActOnDifferentPartitions.static final TableErrorCodeStatic valueContentLengthExceeded.static final TableErrorCodeStatic valueDuplicateKeyPropertySpecified.static final TableErrorCodeStatic valueDuplicatePropertiesSpecified.static final TableErrorCodeStatic valueEntityAlreadyExists.static final TableErrorCodeStatic valueEntityNotFound.static final TableErrorCodeStatic valueEntityTooLarge.static final TableErrorCodeStatic valueForbidden.static final TableErrorCodeStatic valueInvalidDuplicateRow.static final TableErrorCodeStatic valueInvalidInput.static final TableErrorCodeStatic valueInvalidValueType.static final TableErrorCodeStatic valueJsonFormatNotSupported.static final TableErrorCodeStatic valueJsonVerboseFormatNotSupported.static final TableErrorCodeStatic valueKeyValueTooLarge.static final TableErrorCodeStatic valueMediaTypeNotSupported.static final TableErrorCodeStatic valueMethodNotAllowed.static final TableErrorCodeStatic valueNotImplemented.static final TableErrorCodeStatic valueOperationTimedOut.static final TableErrorCodeStatic valueOperatorInvalid.static final TableErrorCodeStatic valueOutOfRangeInput.static final TableErrorCodeStatic valuePartitionKeyEqualityComparisonExpected.static final TableErrorCodeStatic valuePartitionKeyNotSpecified.static final TableErrorCodeStatic valuePartitionKeyPropertyCannotBeUpdated.static final TableErrorCodeStatic valuePartitionKeySpecifiedMoreThanOnce.static final TableErrorCodeStatic valuePerTableIOPSDecrementLimitReached.static final TableErrorCodeStatic valuePerTableIOPSIncrementLimitReached.static final TableErrorCodeStatic valuePrimaryKeyPropertyIsInvalidType.static final TableErrorCodeStatic valuePropertiesNeedValue.static final TableErrorCodeStatic valuePropertyNameInvalid.static final TableErrorCodeStatic valuePropertyNameTooLong.static final TableErrorCodeStatic valuePropertyValueTooLarge.static final TableErrorCodeStatic valueTableNotFound.static final TableErrorCodeStatic valueSettingIOPSForATableInProvisioningNotAllowed.static final TableErrorCodeStatic valueTableAlreadyExists.static final TableErrorCodeStatic valueTableBeingDeleted.static final TableErrorCodeStatic valueTableHasNoProperties.static final TableErrorCodeStatic valueTableHasNoSuchProperty.static final TableErrorCodeStatic valueTableNotFound.static final TableErrorCodeStatic valueTooManyProperties.static final TableErrorCodeStatic valueUpdateConditionNotSatisfied.static final TableErrorCodeStatic valueXMethodIncorrectCount.static final TableErrorCodeStatic valueXMethodIncorrectValue.static final TableErrorCodeStatic valueXMethodNotUsingPost. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TableErrorCodefromString(String name) Returns theTableErrorCodeconstant with the provided name, ornullif noTableErrorCodehas the provided name.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTHORIZATION_RESOURCE_TYPE_MISMATCH
Static valueAuthorizationResourceTypeMismatch. -
AUTHORIZATION_PERMISSION_MISMATCH
Static valueAuthorizationPermissionMismatch. -
X_METHOD_NOT_USING_POST
Static valueXMethodNotUsingPost. -
X_METHOD_INCORRECT_VALUE
Static valueXMethodIncorrectValue. -
X_METHOD_INCORRECT_COUNT
Static valueXMethodIncorrectCount. -
TABLE_HAS_NO_PROPERTIES
Static valueTableHasNoProperties. -
DUPLICATE_PROPERTIES_SPECIFIED
Static valueDuplicatePropertiesSpecified. -
TABLE_HAS_NO_SUCH_PROPERTY
Static valueTableHasNoSuchProperty. -
DUPLICATE_KEY_PROPERTY_SPECIFIED
Static valueDuplicateKeyPropertySpecified. -
TABLE_ALREADY_EXISTS
Static valueTableAlreadyExists. -
TABLE_NOT_FOUND
Static valueTableNotFound. -
RESOURCE_NOT_FOUND
Static valueTableNotFound. -
ENTITY_NOT_FOUND
Static valueEntityNotFound. -
ENTITY_ALREADY_EXISTS
Static valueEntityAlreadyExists. -
PARTITION_KEY_NOT_SPECIFIED
Static valuePartitionKeyNotSpecified. -
OPERATOR_INVALID
Static valueOperatorInvalid. -
UPDATE_CONDITION_NOT_SATISFIED
Static valueUpdateConditionNotSatisfied. -
PROPERTIES_NEED_VALUE
Static valuePropertiesNeedValue. -
PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
Static valuePartitionKeyPropertyCannotBeUpdated. -
TOO_MANY_PROPERTIES
Static valueTooManyProperties. -
ENTITY_TOO_LARGE
Static valueEntityTooLarge. -
PROPERTY_VALUE_TOO_LARGE
Static valuePropertyValueTooLarge. -
KEY_VALUE_TOO_LARGE
Static valueKeyValueTooLarge. -
INVALID_VALUE_TYPE
Static valueInvalidValueType. -
TABLE_BEING_DELETED
Static valueTableBeingDeleted. -
PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
Static valuePrimaryKeyPropertyIsInvalidType. -
PROPERTY_NAME_TOO_LONG
Static valuePropertyNameTooLong. -
PROPERTY_NAME_INVALID
Static valuePropertyNameInvalid. -
INVALID_DUPLICATE_ROW
Static valueInvalidDuplicateRow. -
COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
Static valueCommandsInBatchActOnDifferentPartitions. -
JSON_FORMAT_NOT_SUPPORTED
Static valueJsonFormatNotSupported. -
ATOM_FORMAT_NOT_SUPPORTED
Static valueAtomFormatNotSupported. -
JSON_VERBOSE_FORMAT_NOT_SUPPORTED
Static valueJsonVerboseFormatNotSupported. -
MEDIA_TYPE_NOT_SUPPORTED
Static valueMediaTypeNotSupported. -
METHOD_NOT_ALLOWED
Static valueMethodNotAllowed. -
CONTENT_LENGTH_EXCEEDED
Static valueContentLengthExceeded. -
ACCOUNT_IOPS_LIMIT_EXCEEDED
Static valueAccountIOPSLimitExceeded. -
CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE
Static valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable. -
PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
Static valuePerTableIOPSIncrementLimitReached. -
PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
Static valuePerTableIOPSDecrementLimitReached. -
SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
Static valueSettingIOPSForATableInProvisioningNotAllowed. -
PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
Static valuePartitionKeyEqualityComparisonExpected. -
PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
Static valuePartitionKeySpecifiedMoreThanOnce. -
INVALID_INPUT
Static valueInvalidInput. -
NOT_IMPLEMENTED
Static valueNotImplemented. -
OPERATION_TIMED_OUT
Static valueOperationTimedOut. -
OUT_OF_RANGE_INPUT
Static valueOutOfRangeInput. -
FORBIDDEN
Static valueForbidden.
-
-
Constructor Details
-
TableErrorCode
public TableErrorCode()Creates an instance ofTableErrorCode.
-
-
Method Details
-
fromString
Returns theTableErrorCodeconstant with the provided name, ornullif noTableErrorCodehas the provided name.- Parameters:
name- The name of the error.- Returns:
- The
TableErrorCodevalue having the provided name.
-