Share via


TableErrorCodeStrings Class

Definition

Provides error code strings that are specific to the Microsoft Azure Table service.

public static class TableErrorCodeStrings
type TableErrorCodeStrings = class
Public Class TableErrorCodeStrings
Inheritance
TableErrorCodeStrings

Fields

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.

HostInformationNotPresent

The required host information is not present in the request. You must send a non-empty Host header or include the absolute URI in the request line.

InvalidInput

The input is invalid.

InvalidValueType

One or more value types are invalid.

JsonFormatNotSupported

JSON format is not supported.

KeyValueTooLarge

The value for the corresponding key is too large.

MethodNotAllowed

The specified method is not allowed.

NotImplemented

The specified operation is not yet implemented.

OperatorInvalid

One or more specified operators are invalid.

OutOfRangeInput

The specified parameter is out of range.

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 satisfied.

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.

Applies to