Uses of Class
com.azure.data.tables.models.TableErrorCode
Packages that use TableErrorCode
Package
Description
Package containing the implementations and inner classes for AzureTable.
-
Uses of TableErrorCode in com.azure.data.tables.models
Fields in com.azure.data.tables.models declared as TableErrorCodeModifier and TypeFieldDescriptionstatic final TableErrorCodeTableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDEDStatic valueAccountIOPSLimitExceeded.static final TableErrorCodeTableErrorCode.ATOM_FORMAT_NOT_SUPPORTEDStatic valueAtomFormatNotSupported.static final TableErrorCodeTableErrorCode.AUTHORIZATION_PERMISSION_MISMATCHStatic valueAuthorizationPermissionMismatch.static final TableErrorCodeTableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCHStatic valueAuthorizationResourceTypeMismatch.static final TableErrorCodeStatic valueCannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable.static final TableErrorCodeTableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONSStatic valueCommandsInBatchActOnDifferentPartitions.static final TableErrorCodeTableErrorCode.CONTENT_LENGTH_EXCEEDEDStatic valueContentLengthExceeded.static final TableErrorCodeTableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIEDStatic valueDuplicateKeyPropertySpecified.static final TableErrorCodeTableErrorCode.DUPLICATE_PROPERTIES_SPECIFIEDStatic valueDuplicatePropertiesSpecified.static final TableErrorCodeTableErrorCode.ENTITY_ALREADY_EXISTSStatic valueEntityAlreadyExists.static final TableErrorCodeTableErrorCode.ENTITY_NOT_FOUNDStatic valueEntityNotFound.static final TableErrorCodeTableErrorCode.ENTITY_TOO_LARGEStatic valueEntityTooLarge.static final TableErrorCodeTableErrorCode.FORBIDDENStatic valueForbidden.static final TableErrorCodeTableErrorCode.INVALID_DUPLICATE_ROWStatic valueInvalidDuplicateRow.static final TableErrorCodeTableErrorCode.INVALID_INPUTStatic valueInvalidInput.static final TableErrorCodeTableErrorCode.INVALID_VALUE_TYPEStatic valueInvalidValueType.static final TableErrorCodeTableErrorCode.JSON_FORMAT_NOT_SUPPORTEDStatic valueJsonFormatNotSupported.static final TableErrorCodeTableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTEDStatic valueJsonVerboseFormatNotSupported.static final TableErrorCodeTableErrorCode.KEY_VALUE_TOO_LARGEStatic valueKeyValueTooLarge.static final TableErrorCodeTableErrorCode.MEDIA_TYPE_NOT_SUPPORTEDStatic valueMediaTypeNotSupported.static final TableErrorCodeTableErrorCode.METHOD_NOT_ALLOWEDStatic valueMethodNotAllowed.static final TableErrorCodeTableErrorCode.NOT_IMPLEMENTEDStatic valueNotImplemented.static final TableErrorCodeTableErrorCode.OPERATION_TIMED_OUTStatic valueOperationTimedOut.static final TableErrorCodeTableErrorCode.OPERATOR_INVALIDStatic valueOperatorInvalid.static final TableErrorCodeTableErrorCode.OUT_OF_RANGE_INPUTStatic valueOutOfRangeInput.static final TableErrorCodeTableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTEDStatic valuePartitionKeyEqualityComparisonExpected.static final TableErrorCodeTableErrorCode.PARTITION_KEY_NOT_SPECIFIEDStatic valuePartitionKeyNotSpecified.static final TableErrorCodeTableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATEDStatic valuePartitionKeyPropertyCannotBeUpdated.static final TableErrorCodeTableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCEStatic valuePartitionKeySpecifiedMoreThanOnce.static final TableErrorCodeTableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHEDStatic valuePerTableIOPSDecrementLimitReached.static final TableErrorCodeTableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHEDStatic valuePerTableIOPSIncrementLimitReached.static final TableErrorCodeTableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPEStatic valuePrimaryKeyPropertyIsInvalidType.static final TableErrorCodeTableErrorCode.PROPERTIES_NEED_VALUEStatic valuePropertiesNeedValue.static final TableErrorCodeTableErrorCode.PROPERTY_NAME_INVALIDStatic valuePropertyNameInvalid.static final TableErrorCodeTableErrorCode.PROPERTY_NAME_TOO_LONGStatic valuePropertyNameTooLong.static final TableErrorCodeTableErrorCode.PROPERTY_VALUE_TOO_LARGEStatic valuePropertyValueTooLarge.static final TableErrorCodeTableErrorCode.RESOURCE_NOT_FOUNDStatic valueTableNotFound.static final TableErrorCodeTableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWEDStatic valueSettingIOPSForATableInProvisioningNotAllowed.static final TableErrorCodeTableErrorCode.TABLE_ALREADY_EXISTSStatic valueTableAlreadyExists.static final TableErrorCodeTableErrorCode.TABLE_BEING_DELETEDStatic valueTableBeingDeleted.static final TableErrorCodeTableErrorCode.TABLE_HAS_NO_PROPERTIESStatic valueTableHasNoProperties.static final TableErrorCodeTableErrorCode.TABLE_HAS_NO_SUCH_PROPERTYStatic valueTableHasNoSuchProperty.static final TableErrorCodeTableErrorCode.TABLE_NOT_FOUNDStatic valueTableNotFound.static final TableErrorCodeTableErrorCode.TOO_MANY_PROPERTIESStatic valueTooManyProperties.static final TableErrorCodeTableErrorCode.UPDATE_CONDITION_NOT_SATISFIEDStatic valueUpdateConditionNotSatisfied.static final TableErrorCodeTableErrorCode.X_METHOD_INCORRECT_COUNTStatic valueXMethodIncorrectCount.static final TableErrorCodeTableErrorCode.X_METHOD_INCORRECT_VALUEStatic valueXMethodIncorrectValue.static final TableErrorCodeTableErrorCode.X_METHOD_NOT_USING_POSTStatic valueXMethodNotUsingPost.Methods in com.azure.data.tables.models that return TableErrorCodeModifier and TypeMethodDescriptionstatic TableErrorCodeTableErrorCode.fromString(String name) Returns theTableErrorCodeconstant with the provided name, ornullif noTableErrorCodehas the provided name.TableServiceError.getErrorCode()Get the service error code.