Package com.azure.data.tables.models
Class TableErrorCode
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<TableErrorCode>
-
- com.azure.data.tables.models.TableErrorCode
-
public final class TableErrorCode extends com.azure.core.util.ExpandableStringEnum<TableErrorCode>
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
Fields Modifier and Type Field Description static TableErrorCodeACCOUNT_IOPS_LIMIT_EXCEEDEDStatic valueAccountIOPSLimitExceeded.static TableErrorCodeATOM_FORMAT_NOT_SUPPORTEDStatic valueAtomFormatNotSupported.static TableErrorCodeAUTHORIZATION_PERMISSION_MISMATCHStatic valueAuthorizationPermissionMismatch.static TableErrorCodeAUTHORIZATION_RESOURCE_TYPE_MISMATCHStatic valueAuthorizationResourceTypeMismatch.static TableErrorCodeCANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLEStatic valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.static TableErrorCodeCOMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONSStatic valueCommandsInBatchActOnDifferentPartitions.static TableErrorCodeCONTENT_LENGTH_EXCEEDEDStatic valueContentLengthExceeded.static TableErrorCodeDUPLICATE_KEY_PROPERTY_SPECIFIEDStatic valueDuplicateKeyPropertySpecified.static TableErrorCodeDUPLICATE_PROPERTIES_SPECIFIEDStatic valueDuplicatePropertiesSpecified.static TableErrorCodeENTITY_ALREADY_EXISTSStatic valueEntityAlreadyExists.static TableErrorCodeENTITY_NOT_FOUNDStatic valueEntityNotFound.static TableErrorCodeENTITY_TOO_LARGEStatic valueEntityTooLarge.static TableErrorCodeFORBIDDENStatic valueForbidden.static TableErrorCodeINVALID_DUPLICATE_ROWStatic valueInvalidDuplicateRow.static TableErrorCodeINVALID_INPUTStatic valueInvalidInput.static TableErrorCodeINVALID_VALUE_TYPEStatic valueInvalidValueType.static TableErrorCodeJSON_FORMAT_NOT_SUPPORTEDStatic valueJsonFormatNotSupported.static TableErrorCodeJSON_VERBOSE_FORMAT_NOT_SUPPORTEDStatic valueJsonVerboseFormatNotSupported.static TableErrorCodeKEY_VALUE_TOO_LARGEStatic valueKeyValueTooLarge.static TableErrorCodeMEDIA_TYPE_NOT_SUPPORTEDStatic valueMediaTypeNotSupported.static TableErrorCodeMETHOD_NOT_ALLOWEDStatic valueMethodNotAllowed.static TableErrorCodeNOT_IMPLEMENTEDStatic valueNotImplemented.static TableErrorCodeOPERATION_TIMED_OUTStatic valueOperationTimedOut.static TableErrorCodeOPERATOR_INVALIDStatic valueOperatorInvalid.static TableErrorCodeOUT_OF_RANGE_INPUTStatic valueOutOfRangeInput.static TableErrorCodePARTITION_KEY_EQUALITY_COMPARISON_EXPECTEDStatic valuePartitionKeyEqualityComparisonExpected.static TableErrorCodePARTITION_KEY_NOT_SPECIFIEDStatic valuePartitionKeyNotSpecified.static TableErrorCodePARTITION_KEY_PROPERTY_CANNOT_BE_UPDATEDStatic valuePartitionKeyPropertyCannotBeUpdated.static TableErrorCodePARTITION_KEY_SPECIFIED_MORE_THAN_ONCEStatic valuePartitionKeySpecifiedMoreThanOnce.static TableErrorCodePER_TABLE_IOPS_DECREMENT_LIMIT_REACHEDStatic valuePerTableIOPSDecrementLimitReached.static TableErrorCodePER_TABLE_IOPS_INCREMENT_LIMIT_REACHEDStatic valuePerTableIOPSIncrementLimitReached.static TableErrorCodePRIMARY_KEY_PROPERTY_IS_INVALID_TYPEStatic valuePrimaryKeyPropertyIsInvalidType.static TableErrorCodePROPERTIES_NEED_VALUEStatic valuePropertiesNeedValue.static TableErrorCodePROPERTY_NAME_INVALIDStatic valuePropertyNameInvalid.static TableErrorCodePROPERTY_NAME_TOO_LONGStatic valuePropertyNameTooLong.static TableErrorCodePROPERTY_VALUE_TOO_LARGEStatic valuePropertyValueTooLarge.static TableErrorCodeRESOURCE_NOT_FOUNDStatic valueTableNotFound.static TableErrorCodeSETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWEDStatic valueSettingIOPSForATableInProvisioningNotAllowed.static TableErrorCodeTABLE_ALREADY_EXISTSStatic valueTableAlreadyExists.static TableErrorCodeTABLE_BEING_DELETEDStatic valueTableBeingDeleted.static TableErrorCodeTABLE_HAS_NO_PROPERTIESStatic valueTableHasNoProperties.static TableErrorCodeTABLE_HAS_NO_SUCH_PROPERTYStatic valueTableHasNoSuchProperty.static TableErrorCodeTABLE_NOT_FOUNDStatic valueTableNotFound.static TableErrorCodeTOO_MANY_PROPERTIESStatic valueTooManyProperties.static TableErrorCodeUPDATE_CONDITION_NOT_SATISFIEDStatic valueUpdateConditionNotSatisfied.static TableErrorCodeX_METHOD_INCORRECT_COUNTStatic valueXMethodIncorrectCount.static TableErrorCodeX_METHOD_INCORRECT_VALUEStatic valueXMethodIncorrectValue.static TableErrorCodeX_METHOD_NOT_USING_POSTStatic valueXMethodNotUsingPost.
-
Constructor Summary
Constructors Constructor Description TableErrorCode()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TableErrorCodefromString(String name)Returns theTableErrorCodeconstant with the provided name, ornullif noTableErrorCodehas the provided name.
-
-
-
Field Detail
-
AUTHORIZATION_RESOURCE_TYPE_MISMATCH
public static final TableErrorCode AUTHORIZATION_RESOURCE_TYPE_MISMATCH
Static valueAuthorizationResourceTypeMismatch.
-
AUTHORIZATION_PERMISSION_MISMATCH
public static final TableErrorCode AUTHORIZATION_PERMISSION_MISMATCH
Static valueAuthorizationPermissionMismatch.
-
X_METHOD_NOT_USING_POST
public static final TableErrorCode X_METHOD_NOT_USING_POST
Static valueXMethodNotUsingPost.
-
X_METHOD_INCORRECT_VALUE
public static final TableErrorCode X_METHOD_INCORRECT_VALUE
Static valueXMethodIncorrectValue.
-
X_METHOD_INCORRECT_COUNT
public static final TableErrorCode X_METHOD_INCORRECT_COUNT
Static valueXMethodIncorrectCount.
-
TABLE_HAS_NO_PROPERTIES
public static final TableErrorCode TABLE_HAS_NO_PROPERTIES
Static valueTableHasNoProperties.
-
DUPLICATE_PROPERTIES_SPECIFIED
public static final TableErrorCode DUPLICATE_PROPERTIES_SPECIFIED
Static valueDuplicatePropertiesSpecified.
-
TABLE_HAS_NO_SUCH_PROPERTY
public static final TableErrorCode TABLE_HAS_NO_SUCH_PROPERTY
Static valueTableHasNoSuchProperty.
-
DUPLICATE_KEY_PROPERTY_SPECIFIED
public static final TableErrorCode DUPLICATE_KEY_PROPERTY_SPECIFIED
Static valueDuplicateKeyPropertySpecified.
-
TABLE_ALREADY_EXISTS
public static final TableErrorCode TABLE_ALREADY_EXISTS
Static valueTableAlreadyExists.
-
TABLE_NOT_FOUND
public static final TableErrorCode TABLE_NOT_FOUND
Static valueTableNotFound.
-
RESOURCE_NOT_FOUND
public static final TableErrorCode RESOURCE_NOT_FOUND
Static valueTableNotFound.
-
ENTITY_NOT_FOUND
public static final TableErrorCode ENTITY_NOT_FOUND
Static valueEntityNotFound.
-
ENTITY_ALREADY_EXISTS
public static final TableErrorCode ENTITY_ALREADY_EXISTS
Static valueEntityAlreadyExists.
-
PARTITION_KEY_NOT_SPECIFIED
public static final TableErrorCode PARTITION_KEY_NOT_SPECIFIED
Static valuePartitionKeyNotSpecified.
-
OPERATOR_INVALID
public static final TableErrorCode OPERATOR_INVALID
Static valueOperatorInvalid.
-
UPDATE_CONDITION_NOT_SATISFIED
public static final TableErrorCode UPDATE_CONDITION_NOT_SATISFIED
Static valueUpdateConditionNotSatisfied.
-
PROPERTIES_NEED_VALUE
public static final TableErrorCode PROPERTIES_NEED_VALUE
Static valuePropertiesNeedValue.
-
PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
public static final TableErrorCode PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
Static valuePartitionKeyPropertyCannotBeUpdated.
-
TOO_MANY_PROPERTIES
public static final TableErrorCode TOO_MANY_PROPERTIES
Static valueTooManyProperties.
-
ENTITY_TOO_LARGE
public static final TableErrorCode ENTITY_TOO_LARGE
Static valueEntityTooLarge.
-
PROPERTY_VALUE_TOO_LARGE
public static final TableErrorCode PROPERTY_VALUE_TOO_LARGE
Static valuePropertyValueTooLarge.
-
KEY_VALUE_TOO_LARGE
public static final TableErrorCode KEY_VALUE_TOO_LARGE
Static valueKeyValueTooLarge.
-
INVALID_VALUE_TYPE
public static final TableErrorCode INVALID_VALUE_TYPE
Static valueInvalidValueType.
-
TABLE_BEING_DELETED
public static final TableErrorCode TABLE_BEING_DELETED
Static valueTableBeingDeleted.
-
PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
public static final TableErrorCode PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
Static valuePrimaryKeyPropertyIsInvalidType.
-
PROPERTY_NAME_TOO_LONG
public static final TableErrorCode PROPERTY_NAME_TOO_LONG
Static valuePropertyNameTooLong.
-
PROPERTY_NAME_INVALID
public static final TableErrorCode PROPERTY_NAME_INVALID
Static valuePropertyNameInvalid.
-
INVALID_DUPLICATE_ROW
public static final TableErrorCode INVALID_DUPLICATE_ROW
Static valueInvalidDuplicateRow.
-
COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
public static final TableErrorCode COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
Static valueCommandsInBatchActOnDifferentPartitions.
-
JSON_FORMAT_NOT_SUPPORTED
public static final TableErrorCode JSON_FORMAT_NOT_SUPPORTED
Static valueJsonFormatNotSupported.
-
ATOM_FORMAT_NOT_SUPPORTED
public static final TableErrorCode ATOM_FORMAT_NOT_SUPPORTED
Static valueAtomFormatNotSupported.
-
JSON_VERBOSE_FORMAT_NOT_SUPPORTED
public static final TableErrorCode JSON_VERBOSE_FORMAT_NOT_SUPPORTED
Static valueJsonVerboseFormatNotSupported.
-
MEDIA_TYPE_NOT_SUPPORTED
public static final TableErrorCode MEDIA_TYPE_NOT_SUPPORTED
Static valueMediaTypeNotSupported.
-
METHOD_NOT_ALLOWED
public static final TableErrorCode METHOD_NOT_ALLOWED
Static valueMethodNotAllowed.
-
CONTENT_LENGTH_EXCEEDED
public static final TableErrorCode CONTENT_LENGTH_EXCEEDED
Static valueContentLengthExceeded.
-
ACCOUNT_IOPS_LIMIT_EXCEEDED
public static final TableErrorCode ACCOUNT_IOPS_LIMIT_EXCEEDED
Static valueAccountIOPSLimitExceeded.
-
CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE
public static final TableErrorCode CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE
Static valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.
-
PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
public static final TableErrorCode PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
Static valuePerTableIOPSIncrementLimitReached.
-
PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
public static final TableErrorCode PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
Static valuePerTableIOPSDecrementLimitReached.
-
SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
public static final TableErrorCode SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
Static valueSettingIOPSForATableInProvisioningNotAllowed.
-
PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
public static final TableErrorCode PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
Static valuePartitionKeyEqualityComparisonExpected.
-
PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
public static final TableErrorCode PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
Static valuePartitionKeySpecifiedMoreThanOnce.
-
INVALID_INPUT
public static final TableErrorCode INVALID_INPUT
Static valueInvalidInput.
-
NOT_IMPLEMENTED
public static final TableErrorCode NOT_IMPLEMENTED
Static valueNotImplemented.
-
OPERATION_TIMED_OUT
public static final TableErrorCode OPERATION_TIMED_OUT
Static valueOperationTimedOut.
-
OUT_OF_RANGE_INPUT
public static final TableErrorCode OUT_OF_RANGE_INPUT
Static valueOutOfRangeInput.
-
FORBIDDEN
public static final TableErrorCode FORBIDDEN
Static valueForbidden.
-
-
Method Detail
-
fromString
public static TableErrorCode fromString(String name)
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.
-
-