TableErrorCodeStrings Members
From Storage Client Library NET API
[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]
Top
Provides error code strings that are specific to the Azure Table service.
The following tables list the members exposed by the TableErrorCodeStrings type.
Public Fields
| Name | Description | |
|---|---|---|
| BatchOperationNotSupported | Batch operations are not supported for this operation type. | |
| DuplicateKeyPropertySpecified | A duplicate key property was specified. | |
| DuplicatePropertiesSpecified | A property is specified more than once. | |
| EntityAlreadyExists | The specified entity already exists. | |
| EntityNotFound | The specified entity was not found. | |
| EntityTooLarge | The entity is larger than the maximum size permitted. | |
| InvalidValueType | One or more value types are invalid. | |
| JsonFormatNotSupported | JSON format is not supported. | |
| MethodNotAllowed | The specified method is not allowed. | |
| NotImplemented | The specified operation is not yet implemented. | |
| OperatorInvalid | One or more specified operators are invalid. | |
| PartitionKeyNotSpecified | The partition key was not specified. | |
| PartitionKeyPropertyCannotBeUpdated | The partition key property cannot be updated. | |
| PrimaryKeyPropertyIsInvalidType | The type of the primary key property is invalid. | |
| PropertiesNeedValue | All properties must have values. | |
| PropertyNameInvalid | The property name is invalid. | |
| PropertyNameTooLong | The property name exceeds the maximum allowed length. | |
| PropertyValueTooLarge | The property value is larger than the maximum size permitted. | |
| TableAlreadyExists | The specified table already exists. | |
| TableBeingDeleted | The specified table is being deleted. | |
| TableHasNoProperties | The specified table has no properties. | |
| TableHasNoSuchProperty | The specified table has no such property. | |
| TableNotFound | The specified table was not found. | |
| TableServerOutOfMemory | The Table service server is out of memory. | |
| TooManyProperties | The entity contains more properties than allowed. | |
| UpdateConditionNotSatisfied | The specified update condition was not satsified. | |
| XMethodIncorrectCount | More than one X-HTTP-Method is specified. | |
| XMethodIncorrectValue | The specified X-HTTP-Method is invalid. | |
| XMethodNotUsingPost | The request uses X-HTTP-Method with an HTTP verb other than POST. |