azure-docs-sdk-java/docs-ref-autogen/com.azure.data.tables.model...

636 строки
36 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.data.tables.models.TableErrorCode"
fullName: "com.azure.data.tables.models.TableErrorCode"
name: "TableErrorCode"
nameWithType: "TableErrorCode"
summary: "Defines values for error codes returned from the Tables service."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **TableErrorCode**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.data.tables.models.TableErrorCode.TableErrorCode()"
fullName: "com.azure.data.tables.models.TableErrorCode.TableErrorCode()"
name: "TableErrorCode()"
nameWithType: "TableErrorCode.TableErrorCode()"
summary: "Creates an instance of <xref uid=\"com.azure.data.tables.models.TableErrorCode\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableErrorCode\"></xref>."
syntax: "public TableErrorCode()"
desc: "Creates an instance of <xref uid=\"com.azure.data.tables.models.TableErrorCode\" data-throw-if-not-resolved=\"false\" data-raw-source=\"TableErrorCode\"></xref>."
fields:
- uid: "com.azure.data.tables.models.TableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDED"
fullName: "com.azure.data.tables.models.TableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDED"
name: "ACCOUNT_IOPS_LIMIT_EXCEEDED"
nameWithType: "TableErrorCode.ACCOUNT_IOPS_LIMIT_EXCEEDED"
summary: "Static value `AccountIOPSLimitExceeded`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode ACCOUNT_IOPS_LIMIT_EXCEEDED"
desc: "Static value `AccountIOPSLimitExceeded`."
- uid: "com.azure.data.tables.models.TableErrorCode.ATOM_FORMAT_NOT_SUPPORTED"
fullName: "com.azure.data.tables.models.TableErrorCode.ATOM_FORMAT_NOT_SUPPORTED"
name: "ATOM_FORMAT_NOT_SUPPORTED"
nameWithType: "TableErrorCode.ATOM_FORMAT_NOT_SUPPORTED"
summary: "Static value `AtomFormatNotSupported`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode ATOM_FORMAT_NOT_SUPPORTED"
desc: "Static value `AtomFormatNotSupported`."
- uid: "com.azure.data.tables.models.TableErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
fullName: "com.azure.data.tables.models.TableErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
name: "AUTHORIZATION_PERMISSION_MISMATCH"
nameWithType: "TableErrorCode.AUTHORIZATION_PERMISSION_MISMATCH"
summary: "Static value `AuthorizationPermissionMismatch`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode AUTHORIZATION_PERMISSION_MISMATCH"
desc: "Static value `AuthorizationPermissionMismatch`."
- uid: "com.azure.data.tables.models.TableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
fullName: "com.azure.data.tables.models.TableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
name: "AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
nameWithType: "TableErrorCode.AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
summary: "Static value `AuthorizationResourceTypeMismatch`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode AUTHORIZATION_RESOURCE_TYPE_MISMATCH"
desc: "Static value `AuthorizationResourceTypeMismatch`."
- uid: "com.azure.data.tables.models.TableErrorCode.CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE"
fullName: "com.azure.data.tables.models.TableErrorCode.CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE"
name: "CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE"
nameWithType: "TableErrorCode.CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE"
summary: "Static value `CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode CANNOT_CREATE_TABLE_WITH_IOPS_GREATER_THAN_MAX_ALLOWED_PER_TABLE"
desc: "Static value `CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable`."
- uid: "com.azure.data.tables.models.TableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS"
fullName: "com.azure.data.tables.models.TableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS"
name: "COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS"
nameWithType: "TableErrorCode.COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS"
summary: "Static value `CommandsInBatchActOnDifferentPartitions`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode COMMANDS_IN_BATCH_ACT_ON_DIFFERENT_PARTITIONS"
desc: "Static value `CommandsInBatchActOnDifferentPartitions`."
- uid: "com.azure.data.tables.models.TableErrorCode.CONTENT_LENGTH_EXCEEDED"
fullName: "com.azure.data.tables.models.TableErrorCode.CONTENT_LENGTH_EXCEEDED"
name: "CONTENT_LENGTH_EXCEEDED"
nameWithType: "TableErrorCode.CONTENT_LENGTH_EXCEEDED"
summary: "Static value `ContentLengthExceeded`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode CONTENT_LENGTH_EXCEEDED"
desc: "Static value `ContentLengthExceeded`."
- uid: "com.azure.data.tables.models.TableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIED"
fullName: "com.azure.data.tables.models.TableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIED"
name: "DUPLICATE_KEY_PROPERTY_SPECIFIED"
nameWithType: "TableErrorCode.DUPLICATE_KEY_PROPERTY_SPECIFIED"
summary: "Static value `DuplicateKeyPropertySpecified`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode DUPLICATE_KEY_PROPERTY_SPECIFIED"
desc: "Static value `DuplicateKeyPropertySpecified`."
- uid: "com.azure.data.tables.models.TableErrorCode.DUPLICATE_PROPERTIES_SPECIFIED"
fullName: "com.azure.data.tables.models.TableErrorCode.DUPLICATE_PROPERTIES_SPECIFIED"
name: "DUPLICATE_PROPERTIES_SPECIFIED"
nameWithType: "TableErrorCode.DUPLICATE_PROPERTIES_SPECIFIED"
summary: "Static value `DuplicatePropertiesSpecified`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode DUPLICATE_PROPERTIES_SPECIFIED"
desc: "Static value `DuplicatePropertiesSpecified`."
- uid: "com.azure.data.tables.models.TableErrorCode.ENTITY_ALREADY_EXISTS"
fullName: "com.azure.data.tables.models.TableErrorCode.ENTITY_ALREADY_EXISTS"
name: "ENTITY_ALREADY_EXISTS"
nameWithType: "TableErrorCode.ENTITY_ALREADY_EXISTS"
summary: "Static value `EntityAlreadyExists`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode ENTITY_ALREADY_EXISTS"
desc: "Static value `EntityAlreadyExists`."
- uid: "com.azure.data.tables.models.TableErrorCode.ENTITY_NOT_FOUND"
fullName: "com.azure.data.tables.models.TableErrorCode.ENTITY_NOT_FOUND"
name: "ENTITY_NOT_FOUND"
nameWithType: "TableErrorCode.ENTITY_NOT_FOUND"
summary: "Static value `EntityNotFound`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode ENTITY_NOT_FOUND"
desc: "Static value `EntityNotFound`."
- uid: "com.azure.data.tables.models.TableErrorCode.ENTITY_TOO_LARGE"
fullName: "com.azure.data.tables.models.TableErrorCode.ENTITY_TOO_LARGE"
name: "ENTITY_TOO_LARGE"
nameWithType: "TableErrorCode.ENTITY_TOO_LARGE"
summary: "Static value `EntityTooLarge`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode ENTITY_TOO_LARGE"
desc: "Static value `EntityTooLarge`."
- uid: "com.azure.data.tables.models.TableErrorCode.FORBIDDEN"
fullName: "com.azure.data.tables.models.TableErrorCode.FORBIDDEN"
name: "FORBIDDEN"
nameWithType: "TableErrorCode.FORBIDDEN"
summary: "Static value `Forbidden`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode FORBIDDEN"
desc: "Static value `Forbidden`."
- uid: "com.azure.data.tables.models.TableErrorCode.INVALID_DUPLICATE_ROW"
fullName: "com.azure.data.tables.models.TableErrorCode.INVALID_DUPLICATE_ROW"
name: "INVALID_DUPLICATE_ROW"
nameWithType: "TableErrorCode.INVALID_DUPLICATE_ROW"
summary: "Static value `InvalidDuplicateRow`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode INVALID_DUPLICATE_ROW"
desc: "Static value `InvalidDuplicateRow`."
- uid: "com.azure.data.tables.models.TableErrorCode.INVALID_INPUT"
fullName: "com.azure.data.tables.models.TableErrorCode.INVALID_INPUT"
name: "INVALID_INPUT"
nameWithType: "TableErrorCode.INVALID_INPUT"
summary: "Static value `InvalidInput`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode INVALID_INPUT"
desc: "Static value `InvalidInput`."
- uid: "com.azure.data.tables.models.TableErrorCode.INVALID_VALUE_TYPE"
fullName: "com.azure.data.tables.models.TableErrorCode.INVALID_VALUE_TYPE"
name: "INVALID_VALUE_TYPE"
nameWithType: "TableErrorCode.INVALID_VALUE_TYPE"
summary: "Static value `InvalidValueType`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode INVALID_VALUE_TYPE"
desc: "Static value `InvalidValueType`."
- uid: "com.azure.data.tables.models.TableErrorCode.JSON_FORMAT_NOT_SUPPORTED"
fullName: "com.azure.data.tables.models.TableErrorCode.JSON_FORMAT_NOT_SUPPORTED"
name: "JSON_FORMAT_NOT_SUPPORTED"
nameWithType: "TableErrorCode.JSON_FORMAT_NOT_SUPPORTED"
summary: "Static value `JsonFormatNotSupported`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode JSON_FORMAT_NOT_SUPPORTED"
desc: "Static value `JsonFormatNotSupported`."
- uid: "com.azure.data.tables.models.TableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTED"
fullName: "com.azure.data.tables.models.TableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTED"
name: "JSON_VERBOSE_FORMAT_NOT_SUPPORTED"
nameWithType: "TableErrorCode.JSON_VERBOSE_FORMAT_NOT_SUPPORTED"
summary: "Static value `JsonVerboseFormatNotSupported`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode JSON_VERBOSE_FORMAT_NOT_SUPPORTED"
desc: "Static value `JsonVerboseFormatNotSupported`."
- uid: "com.azure.data.tables.models.TableErrorCode.KEY_VALUE_TOO_LARGE"
fullName: "com.azure.data.tables.models.TableErrorCode.KEY_VALUE_TOO_LARGE"
name: "KEY_VALUE_TOO_LARGE"
nameWithType: "TableErrorCode.KEY_VALUE_TOO_LARGE"
summary: "Static value `KeyValueTooLarge`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode KEY_VALUE_TOO_LARGE"
desc: "Static value `KeyValueTooLarge`."
- uid: "com.azure.data.tables.models.TableErrorCode.MEDIA_TYPE_NOT_SUPPORTED"
fullName: "com.azure.data.tables.models.TableErrorCode.MEDIA_TYPE_NOT_SUPPORTED"
name: "MEDIA_TYPE_NOT_SUPPORTED"
nameWithType: "TableErrorCode.MEDIA_TYPE_NOT_SUPPORTED"
summary: "Static value `MediaTypeNotSupported`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode MEDIA_TYPE_NOT_SUPPORTED"
desc: "Static value `MediaTypeNotSupported`."
- uid: "com.azure.data.tables.models.TableErrorCode.METHOD_NOT_ALLOWED"
fullName: "com.azure.data.tables.models.TableErrorCode.METHOD_NOT_ALLOWED"
name: "METHOD_NOT_ALLOWED"
nameWithType: "TableErrorCode.METHOD_NOT_ALLOWED"
summary: "Static value `MethodNotAllowed`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode METHOD_NOT_ALLOWED"
desc: "Static value `MethodNotAllowed`."
- uid: "com.azure.data.tables.models.TableErrorCode.NOT_IMPLEMENTED"
fullName: "com.azure.data.tables.models.TableErrorCode.NOT_IMPLEMENTED"
name: "NOT_IMPLEMENTED"
nameWithType: "TableErrorCode.NOT_IMPLEMENTED"
summary: "Static value `NotImplemented`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode NOT_IMPLEMENTED"
desc: "Static value `NotImplemented`."
- uid: "com.azure.data.tables.models.TableErrorCode.OPERATION_TIMED_OUT"
fullName: "com.azure.data.tables.models.TableErrorCode.OPERATION_TIMED_OUT"
name: "OPERATION_TIMED_OUT"
nameWithType: "TableErrorCode.OPERATION_TIMED_OUT"
summary: "Static value `OperationTimedOut`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode OPERATION_TIMED_OUT"
desc: "Static value `OperationTimedOut`."
- uid: "com.azure.data.tables.models.TableErrorCode.OPERATOR_INVALID"
fullName: "com.azure.data.tables.models.TableErrorCode.OPERATOR_INVALID"
name: "OPERATOR_INVALID"
nameWithType: "TableErrorCode.OPERATOR_INVALID"
summary: "Static value `OperatorInvalid`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode OPERATOR_INVALID"
desc: "Static value `OperatorInvalid`."
- uid: "com.azure.data.tables.models.TableErrorCode.OUT_OF_RANGE_INPUT"
fullName: "com.azure.data.tables.models.TableErrorCode.OUT_OF_RANGE_INPUT"
name: "OUT_OF_RANGE_INPUT"
nameWithType: "TableErrorCode.OUT_OF_RANGE_INPUT"
summary: "Static value `OutOfRangeInput`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode OUT_OF_RANGE_INPUT"
desc: "Static value `OutOfRangeInput`."
- uid: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED"
fullName: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED"
name: "PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED"
nameWithType: "TableErrorCode.PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED"
summary: "Static value `PartitionKeyEqualityComparisonExpected`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PARTITION_KEY_EQUALITY_COMPARISON_EXPECTED"
desc: "Static value `PartitionKeyEqualityComparisonExpected`."
- uid: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_NOT_SPECIFIED"
fullName: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_NOT_SPECIFIED"
name: "PARTITION_KEY_NOT_SPECIFIED"
nameWithType: "TableErrorCode.PARTITION_KEY_NOT_SPECIFIED"
summary: "Static value `PartitionKeyNotSpecified`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PARTITION_KEY_NOT_SPECIFIED"
desc: "Static value `PartitionKeyNotSpecified`."
- uid: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED"
fullName: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED"
name: "PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED"
nameWithType: "TableErrorCode.PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED"
summary: "Static value `PartitionKeyPropertyCannotBeUpdated`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PARTITION_KEY_PROPERTY_CANNOT_BE_UPDATED"
desc: "Static value `PartitionKeyPropertyCannotBeUpdated`."
- uid: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE"
fullName: "com.azure.data.tables.models.TableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE"
name: "PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE"
nameWithType: "TableErrorCode.PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE"
summary: "Static value `PartitionKeySpecifiedMoreThanOnce`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PARTITION_KEY_SPECIFIED_MORE_THAN_ONCE"
desc: "Static value `PartitionKeySpecifiedMoreThanOnce`."
- uid: "com.azure.data.tables.models.TableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED"
fullName: "com.azure.data.tables.models.TableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED"
name: "PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED"
nameWithType: "TableErrorCode.PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED"
summary: "Static value `PerTableIOPSDecrementLimitReached`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PER_TABLE_IOPS_DECREMENT_LIMIT_REACHED"
desc: "Static value `PerTableIOPSDecrementLimitReached`."
- uid: "com.azure.data.tables.models.TableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED"
fullName: "com.azure.data.tables.models.TableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED"
name: "PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED"
nameWithType: "TableErrorCode.PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED"
summary: "Static value `PerTableIOPSIncrementLimitReached`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PER_TABLE_IOPS_INCREMENT_LIMIT_REACHED"
desc: "Static value `PerTableIOPSIncrementLimitReached`."
- uid: "com.azure.data.tables.models.TableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE"
fullName: "com.azure.data.tables.models.TableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE"
name: "PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE"
nameWithType: "TableErrorCode.PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE"
summary: "Static value `PrimaryKeyPropertyIsInvalidType`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PRIMARY_KEY_PROPERTY_IS_INVALID_TYPE"
desc: "Static value `PrimaryKeyPropertyIsInvalidType`."
- uid: "com.azure.data.tables.models.TableErrorCode.PROPERTIES_NEED_VALUE"
fullName: "com.azure.data.tables.models.TableErrorCode.PROPERTIES_NEED_VALUE"
name: "PROPERTIES_NEED_VALUE"
nameWithType: "TableErrorCode.PROPERTIES_NEED_VALUE"
summary: "Static value `PropertiesNeedValue`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PROPERTIES_NEED_VALUE"
desc: "Static value `PropertiesNeedValue`."
- uid: "com.azure.data.tables.models.TableErrorCode.PROPERTY_NAME_INVALID"
fullName: "com.azure.data.tables.models.TableErrorCode.PROPERTY_NAME_INVALID"
name: "PROPERTY_NAME_INVALID"
nameWithType: "TableErrorCode.PROPERTY_NAME_INVALID"
summary: "Static value `PropertyNameInvalid`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PROPERTY_NAME_INVALID"
desc: "Static value `PropertyNameInvalid`."
- uid: "com.azure.data.tables.models.TableErrorCode.PROPERTY_NAME_TOO_LONG"
fullName: "com.azure.data.tables.models.TableErrorCode.PROPERTY_NAME_TOO_LONG"
name: "PROPERTY_NAME_TOO_LONG"
nameWithType: "TableErrorCode.PROPERTY_NAME_TOO_LONG"
summary: "Static value `PropertyNameTooLong`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PROPERTY_NAME_TOO_LONG"
desc: "Static value `PropertyNameTooLong`."
- uid: "com.azure.data.tables.models.TableErrorCode.PROPERTY_VALUE_TOO_LARGE"
fullName: "com.azure.data.tables.models.TableErrorCode.PROPERTY_VALUE_TOO_LARGE"
name: "PROPERTY_VALUE_TOO_LARGE"
nameWithType: "TableErrorCode.PROPERTY_VALUE_TOO_LARGE"
summary: "Static value `PropertyValueTooLarge`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode PROPERTY_VALUE_TOO_LARGE"
desc: "Static value `PropertyValueTooLarge`."
- uid: "com.azure.data.tables.models.TableErrorCode.RESOURCE_NOT_FOUND"
fullName: "com.azure.data.tables.models.TableErrorCode.RESOURCE_NOT_FOUND"
name: "RESOURCE_NOT_FOUND"
nameWithType: "TableErrorCode.RESOURCE_NOT_FOUND"
summary: "Static value `TableNotFound`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode RESOURCE_NOT_FOUND"
desc: "Static value `TableNotFound`."
- uid: "com.azure.data.tables.models.TableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED"
fullName: "com.azure.data.tables.models.TableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED"
name: "SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED"
nameWithType: "TableErrorCode.SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED"
summary: "Static value `SettingIOPSForATableInProvisioningNotAllowed`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode SETTING_IOPS_FOR_A_TABLE_IN_PROVISIONING_NOT_ALLOWED"
desc: "Static value `SettingIOPSForATableInProvisioningNotAllowed`."
- uid: "com.azure.data.tables.models.TableErrorCode.TABLE_ALREADY_EXISTS"
fullName: "com.azure.data.tables.models.TableErrorCode.TABLE_ALREADY_EXISTS"
name: "TABLE_ALREADY_EXISTS"
nameWithType: "TableErrorCode.TABLE_ALREADY_EXISTS"
summary: "Static value `TableAlreadyExists`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TABLE_ALREADY_EXISTS"
desc: "Static value `TableAlreadyExists`."
- uid: "com.azure.data.tables.models.TableErrorCode.TABLE_BEING_DELETED"
fullName: "com.azure.data.tables.models.TableErrorCode.TABLE_BEING_DELETED"
name: "TABLE_BEING_DELETED"
nameWithType: "TableErrorCode.TABLE_BEING_DELETED"
summary: "Static value `TableBeingDeleted`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TABLE_BEING_DELETED"
desc: "Static value `TableBeingDeleted`."
- uid: "com.azure.data.tables.models.TableErrorCode.TABLE_HAS_NO_PROPERTIES"
fullName: "com.azure.data.tables.models.TableErrorCode.TABLE_HAS_NO_PROPERTIES"
name: "TABLE_HAS_NO_PROPERTIES"
nameWithType: "TableErrorCode.TABLE_HAS_NO_PROPERTIES"
summary: "Static value `TableHasNoProperties`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TABLE_HAS_NO_PROPERTIES"
desc: "Static value `TableHasNoProperties`."
- uid: "com.azure.data.tables.models.TableErrorCode.TABLE_HAS_NO_SUCH_PROPERTY"
fullName: "com.azure.data.tables.models.TableErrorCode.TABLE_HAS_NO_SUCH_PROPERTY"
name: "TABLE_HAS_NO_SUCH_PROPERTY"
nameWithType: "TableErrorCode.TABLE_HAS_NO_SUCH_PROPERTY"
summary: "Static value `TableHasNoSuchProperty`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TABLE_HAS_NO_SUCH_PROPERTY"
desc: "Static value `TableHasNoSuchProperty`."
- uid: "com.azure.data.tables.models.TableErrorCode.TABLE_NOT_FOUND"
fullName: "com.azure.data.tables.models.TableErrorCode.TABLE_NOT_FOUND"
name: "TABLE_NOT_FOUND"
nameWithType: "TableErrorCode.TABLE_NOT_FOUND"
summary: "Static value `TableNotFound`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TABLE_NOT_FOUND"
desc: "Static value `TableNotFound`."
- uid: "com.azure.data.tables.models.TableErrorCode.TOO_MANY_PROPERTIES"
fullName: "com.azure.data.tables.models.TableErrorCode.TOO_MANY_PROPERTIES"
name: "TOO_MANY_PROPERTIES"
nameWithType: "TableErrorCode.TOO_MANY_PROPERTIES"
summary: "Static value `TooManyProperties`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode TOO_MANY_PROPERTIES"
desc: "Static value `TooManyProperties`."
- uid: "com.azure.data.tables.models.TableErrorCode.UPDATE_CONDITION_NOT_SATISFIED"
fullName: "com.azure.data.tables.models.TableErrorCode.UPDATE_CONDITION_NOT_SATISFIED"
name: "UPDATE_CONDITION_NOT_SATISFIED"
nameWithType: "TableErrorCode.UPDATE_CONDITION_NOT_SATISFIED"
summary: "Static value `UpdateConditionNotSatisfied`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode UPDATE_CONDITION_NOT_SATISFIED"
desc: "Static value `UpdateConditionNotSatisfied`."
- uid: "com.azure.data.tables.models.TableErrorCode.X_METHOD_INCORRECT_COUNT"
fullName: "com.azure.data.tables.models.TableErrorCode.X_METHOD_INCORRECT_COUNT"
name: "X_METHOD_INCORRECT_COUNT"
nameWithType: "TableErrorCode.X_METHOD_INCORRECT_COUNT"
summary: "Static value `XMethodIncorrectCount`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode X_METHOD_INCORRECT_COUNT"
desc: "Static value `XMethodIncorrectCount`."
- uid: "com.azure.data.tables.models.TableErrorCode.X_METHOD_INCORRECT_VALUE"
fullName: "com.azure.data.tables.models.TableErrorCode.X_METHOD_INCORRECT_VALUE"
name: "X_METHOD_INCORRECT_VALUE"
nameWithType: "TableErrorCode.X_METHOD_INCORRECT_VALUE"
summary: "Static value `XMethodIncorrectValue`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode X_METHOD_INCORRECT_VALUE"
desc: "Static value `XMethodIncorrectValue`."
- uid: "com.azure.data.tables.models.TableErrorCode.X_METHOD_NOT_USING_POST"
fullName: "com.azure.data.tables.models.TableErrorCode.X_METHOD_NOT_USING_POST"
name: "X_METHOD_NOT_USING_POST"
nameWithType: "TableErrorCode.X_METHOD_NOT_USING_POST"
summary: "Static value `XMethodNotUsingPost`."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final TableErrorCode X_METHOD_NOT_USING_POST"
desc: "Static value `XMethodNotUsingPost`."
methods:
- uid: "com.azure.data.tables.models.TableErrorCode.fromString(java.lang.String)"
fullName: "com.azure.data.tables.models.TableErrorCode.fromString(String name)"
name: "fromString(String name)"
nameWithType: "TableErrorCode.fromString(String name)"
summary: "Returns the `TableErrorCode` constant with the provided name, or `null` if no `TableErrorCode` has the provided name."
modifiers:
- "static"
parameters:
- description: "The name of the error."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static TableErrorCode fromString(String name)"
desc: "Returns the `TableErrorCode` constant with the provided name, or `null` if no `TableErrorCode` has the provided name."
returns:
description: "The <code>TableErrorCode</code> value having the provided name."
type: "<xref href=\"com.azure.data.tables.models.TableErrorCode?alt=com.azure.data.tables.models.TableErrorCode&text=TableErrorCode\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "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][]\n\n\n[Table service error codes]: https://docs.microsoft.com/rest/api/storageservices/table-service-error-codes"
metadata: {}
package: "com.azure.data.tables.models"
artifact: com.azure:azure-data-tables:12.4.4