Uses of Class
com.azure.data.tables.models.TableErrorCode
Packages that use TableErrorCode
-
Uses of TableErrorCode in com.azure.data.tables.models
Fields in com.azure.data.tables.models declared as TableErrorCodeModifier and TypeFieldDescriptionstatic final TableErrorCode
TableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDED
Static valueAccountIOPSLimitExceeded
.static final TableErrorCode
TableErrorCode.ATOM_FORMAT_NOT_SUPPORTED
Static valueAtomFormatNotSupported
.static final TableErrorCode
TableErrorCode.AUTHORIZATION_PERMISSION_MISMATCH
Static valueAuthorizationPermissionMismatch
.static final TableErrorCode
TableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH
Static valueAuthorizationResourceTypeMismatch
.static final TableErrorCode
Static valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable
.static final TableErrorCode
TableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS
Static valueCommandsInBatchActOnDifferentPartitions
.static final TableErrorCode
TableErrorCode.CONTENT_LENGTH_EXCEEDED
Static valueContentLengthExceeded
.static final TableErrorCode
TableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIED
Static valueDuplicateKeyPropertySpecified
.static final TableErrorCode
TableErrorCode.DUPLICATE_PROPERTIES_SPECIFIED
Static valueDuplicatePropertiesSpecified
.static final TableErrorCode
TableErrorCode.ENTITY_ALREADY_EXISTS
Static valueEntityAlreadyExists
.static final TableErrorCode
TableErrorCode.ENTITY_NOT_FOUND
Static valueEntityNotFound
.static final TableErrorCode
TableErrorCode.ENTITY_TOO_LARGE
Static valueEntityTooLarge
.static final TableErrorCode
TableErrorCode.FORBIDDEN
Static valueForbidden
.static final TableErrorCode
TableErrorCode.INVALID_DUPLICATE_ROW
Static valueInvalidDuplicateRow
.static final TableErrorCode
TableErrorCode.INVALID_INPUT
Static valueInvalidInput
.static final TableErrorCode
TableErrorCode.INVALID_VALUE_TYPE
Static valueInvalidValueType
.static final TableErrorCode
TableErrorCode.JSON_FORMAT_NOT_SUPPORTED
Static valueJsonFormatNotSupported
.static final TableErrorCode
TableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTED
Static valueJsonVerboseFormatNotSupported
.static final TableErrorCode
TableErrorCode.KEY_VALUE_TOO_LARGE
Static valueKeyValueTooLarge
.static final TableErrorCode
TableErrorCode.MEDIA_TYPE_NOT_SUPPORTED
Static valueMediaTypeNotSupported
.static final TableErrorCode
TableErrorCode.METHOD_NOT_ALLOWED
Static valueMethodNotAllowed
.static final TableErrorCode
TableErrorCode.NOT_IMPLEMENTED
Static valueNotImplemented
.static final TableErrorCode
TableErrorCode.OPERATION_TIMED_OUT
Static valueOperationTimedOut
.static final TableErrorCode
TableErrorCode.OPERATOR_INVALID
Static valueOperatorInvalid
.static final TableErrorCode
TableErrorCode.OUT_OF_RANGE_INPUT
Static valueOutOfRangeInput
.static final TableErrorCode
TableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED
Static valuePartitionKeyEqualityComparisonExpected
.static final TableErrorCode
TableErrorCode.PARTITION_KEY_NOT_SPECIFIED
Static valuePartitionKeyNotSpecified
.static final TableErrorCode
TableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED
Static valuePartitionKeyPropertyCannotBeUpdated
.static final TableErrorCode
TableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE
Static valuePartitionKeySpecifiedMoreThanOnce
.static final TableErrorCode
TableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED
Static valuePerTableIOPSDecrementLimitReached
.static final TableErrorCode
TableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED
Static valuePerTableIOPSIncrementLimitReached
.static final TableErrorCode
TableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE
Static valuePrimaryKeyPropertyIsInvalidType
.static final TableErrorCode
TableErrorCode.PROPERTIES_NEED_VALUE
Static valuePropertiesNeedValue
.static final TableErrorCode
TableErrorCode.PROPERTY_NAME_INVALID
Static valuePropertyNameInvalid
.static final TableErrorCode
TableErrorCode.PROPERTY_NAME_TOO_LONG
Static valuePropertyNameTooLong
.static final TableErrorCode
TableErrorCode.PROPERTY_VALUE_TOO_LARGE
Static valuePropertyValueTooLarge
.static final TableErrorCode
TableErrorCode.RESOURCE_NOT_FOUND
Static valueTableNotFound
.static final TableErrorCode
TableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED
Static valueSettingIOPSForATableInProvisioningNotAllowed
.static final TableErrorCode
TableErrorCode.TABLE_ALREADY_EXISTS
Static valueTableAlreadyExists
.static final TableErrorCode
TableErrorCode.TABLE_BEING_DELETED
Static valueTableBeingDeleted
.static final TableErrorCode
TableErrorCode.TABLE_HAS_NO_PROPERTIES
Static valueTableHasNoProperties
.static final TableErrorCode
TableErrorCode.TABLE_HAS_NO_SUCH_PROPERTY
Static valueTableHasNoSuchProperty
.static final TableErrorCode
TableErrorCode.TABLE_NOT_FOUND
Static valueTableNotFound
.static final TableErrorCode
TableErrorCode.TOO_MANY_PROPERTIES
Static valueTooManyProperties
.static final TableErrorCode
TableErrorCode.UPDATE_CONDITION_NOT_SATISFIED
Static valueUpdateConditionNotSatisfied
.static final TableErrorCode
TableErrorCode.X_METHOD_INCORRECT_COUNT
Static valueXMethodIncorrectCount
.static final TableErrorCode
TableErrorCode.X_METHOD_INCORRECT_VALUE
Static valueXMethodIncorrectValue
.static final TableErrorCode
TableErrorCode.X_METHOD_NOT_USING_POST
Static valueXMethodNotUsingPost
.Methods in com.azure.data.tables.models that return TableErrorCodeModifier and TypeMethodDescriptionstatic TableErrorCode
TableErrorCode.fromString
(String name) Returns theTableErrorCode
constant with the provided name, ornull
if noTableErrorCode
has the provided name.TableServiceError.getErrorCode()
Get the service error code.