Class 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 Detail

      • AUTHORIZATION_RESOURCE_TYPE_MISMATCH

        public static final TableErrorCode AUTHORIZATION_RESOURCE_TYPE_MISMATCH
        Static value AuthorizationResourceTypeMismatch.
      • AUTHORIZATION_PERMISSION_MISMATCH

        public static final TableErrorCode AUTHORIZATION_PERMISSION_MISMATCH
        Static value AuthorizationPermissionMismatch.
      • X_METHOD_NOT_USING_POST

        public static final TableErrorCode X_METHOD_NOT_USING_POST
        Static value XMethodNotUsingPost.
      • X_METHOD_INCORRECT_VALUE

        public static final TableErrorCode X_METHOD_INCORRECT_VALUE
        Static value XMethodIncorrectValue.
      • X_METHOD_INCORRECT_COUNT

        public static final TableErrorCode X_METHOD_INCORRECT_COUNT
        Static value XMethodIncorrectCount.
      • TABLE_HAS_NO_PROPERTIES

        public static final TableErrorCode TABLE_HAS_NO_PROPERTIES
        Static value TableHasNoProperties.
      • DUPLICATE_PROPERTIES_SPECIFIED

        public static final TableErrorCode DUPLICATE_PROPERTIES_SPECIFIED
        Static value DuplicatePropertiesSpecified.
      • TABLE_HAS_NO_SUCH_PROPERTY

        public static final TableErrorCode TABLE_HAS_NO_SUCH_PROPERTY
        Static value TableHasNoSuchProperty.
      • DUPLICATE_KEY_PROPERTY_SPECIFIED

        public static final TableErrorCode DUPLICATE_KEY_PROPERTY_SPECIFIED
        Static value DuplicateKeyPropertySpecified.
      • TABLE_ALREADY_EXISTS

        public static final TableErrorCode TABLE_ALREADY_EXISTS
        Static value TableAlreadyExists.
      • TABLE_NOT_FOUND

        public static final TableErrorCode TABLE_NOT_FOUND
        Static value TableNotFound.
      • RESOURCE_NOT_FOUND

        public static final TableErrorCode RESOURCE_NOT_FOUND
        Static value TableNotFound.
      • ENTITY_NOT_FOUND

        public static final TableErrorCode ENTITY_NOT_FOUND
        Static value EntityNotFound.
      • ENTITY_ALREADY_EXISTS

        public static final TableErrorCode ENTITY_ALREADY_EXISTS
        Static value EntityAlreadyExists.
      • PARTITION_KEY_NOT_SPECIFIED

        public static final TableErrorCode PARTITION_KEY_NOT_SPECIFIED
        Static value PartitionKeyNotSpecified.
      • OPERATOR_INVALID

        public static final TableErrorCode OPERATOR_INVALID
        Static value OperatorInvalid.
      • UPDATE_CONDITION_NOT_SATISFIED

        public static final TableErrorCode UPDATE_CONDITION_NOT_SATISFIED
        Static value UpdateConditionNotSatisfied.
      • PROPERTIES_NEED_VALUE

        public static final TableErrorCode PROPERTIES_NEED_VALUE
        Static value PropertiesNeedValue.
      • PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED

        public static final TableErrorCode PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
        Static value PartitionKeyPropertyCannotBeUpdated.
      • TOO_MANY_PROPERTIES

        public static final TableErrorCode TOO_MANY_PROPERTIES
        Static value TooManyProperties.
      • ENTITY_TOO_LARGE

        public static final TableErrorCode ENTITY_TOO_LARGE
        Static value EntityTooLarge.
      • PROPERTY_VALUE_TOO_LARGE

        public static final TableErrorCode PROPERTY_VALUE_TOO_LARGE
        Static value PropertyValueTooLarge.
      • KEY_VALUE_TOO_LARGE

        public static final TableErrorCode KEY_VALUE_TOO_LARGE
        Static value KeyValueTooLarge.
      • INVALID_VALUE_TYPE

        public static final TableErrorCode INVALID_VALUE_TYPE
        Static value InvalidValueType.
      • TABLE_BEING_DELETED

        public static final TableErrorCode TABLE_BEING_DELETED
        Static value TableBeingDeleted.
      • PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE

        public static final TableErrorCode PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
        Static value PrimaryKeyPropertyIsInvalidType.
      • PROPERTY_NAME_TOO_LONG

        public static final TableErrorCode PROPERTY_NAME_TOO_LONG
        Static value PropertyNameTooLong.
      • PROPERTY_NAME_INVALID

        public static final TableErrorCode PROPERTY_NAME_INVALID
        Static value PropertyNameInvalid.
      • INVALID_DUPLICATE_ROW

        public static final TableErrorCode INVALID_DUPLICATE_ROW
        Static value InvalidDuplicateRow.
      • COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS

        public static final TableErrorCode COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
        Static value CommandsInBatchActOnDifferentPartitions.
      • JSON_FORMAT_NOT_SUPPORTED

        public static final TableErrorCode JSON_FORMAT_NOT_SUPPORTED
        Static value JsonFormatNotSupported.
      • ATOM_FORMAT_NOT_SUPPORTED

        public static final TableErrorCode ATOM_FORMAT_NOT_SUPPORTED
        Static value AtomFormatNotSupported.
      • JSON_VERBOSE_FORMAT_NOT_SUPPORTED

        public static final TableErrorCode JSON_VERBOSE_FORMAT_NOT_SUPPORTED
        Static value JsonVerboseFormatNotSupported.
      • MEDIA_TYPE_NOT_SUPPORTED

        public static final TableErrorCode MEDIA_TYPE_NOT_SUPPORTED
        Static value MediaTypeNotSupported.
      • METHOD_NOT_ALLOWED

        public static final TableErrorCode METHOD_NOT_ALLOWED
        Static value MethodNotAllowed.
      • CONTENT_LENGTH_EXCEEDED

        public static final TableErrorCode CONTENT_LENGTH_EXCEEDED
        Static value ContentLengthExceeded.
      • ACCOUNT_IOPS_LIMIT_EXCEEDED

        public static final TableErrorCode ACCOUNT_IOPS_LIMIT_EXCEEDED
        Static value AccountIOPSLimitExceeded.
      • 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 value CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.
      • PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED

        public static final TableErrorCode PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
        Static value PerTableIOPSIncrementLimitReached.
      • PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED

        public static final TableErrorCode PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
        Static value PerTableIOPSDecrementLimitReached.
      • SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED

        public static final TableErrorCode SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
        Static value SettingIOPSForATableInProvisioningNotAllowed.
      • PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED

        public static final TableErrorCode PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
        Static value PartitionKeyEqualityComparisonExpected.
      • PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE

        public static final TableErrorCode PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
        Static value PartitionKeySpecifiedMoreThanOnce.
      • INVALID_INPUT

        public static final TableErrorCode INVALID_INPUT
        Static value InvalidInput.
      • NOT_IMPLEMENTED

        public static final TableErrorCode NOT_IMPLEMENTED
        Static value NotImplemented.
      • OPERATION_TIMED_OUT

        public static final TableErrorCode OPERATION_TIMED_OUT
        Static value OperationTimedOut.
      • OUT_OF_RANGE_INPUT

        public static final TableErrorCode OUT_OF_RANGE_INPUT
        Static value OutOfRangeInput.
      • FORBIDDEN

        public static final TableErrorCode FORBIDDEN
        Static value Forbidden.
    • Constructor Detail

      • TableErrorCode

        public TableErrorCode()
    • Method Detail

      • fromString

        public static TableErrorCode fromString​(String name)
        Returns the TableErrorCode constant with the provided name, or null if no TableErrorCode has the provided name.
        Parameters:
        name - The name of the error.
        Returns:
        The TableErrorCode value having the provided name.