org.soyatec.windowsazure.error
Class TableErrorCodeStrings

java.lang.Object
  extended by org.soyatec.windowsazure.error.TableErrorCodeStrings

public final class TableErrorCodeStrings
extends java.lang.Object

The class contains the error code strings that are specific to queue service


Field Summary
static java.lang.String BatchOperationNotSupported
           
static java.lang.String DuplicateKeyPropertySpecified
           
static java.lang.String DuplicatePropertiesSpecified
           
static java.lang.String EntityAlreadyExists
           
static java.lang.String EntityNotFound
           
static java.lang.String EntityTooLarge
           
static java.lang.String InvalidValueType
           
static java.lang.String JsonFormatNotSupported
           
static java.lang.String MethodNotAllowed
           
static java.lang.String NotImplemented
           
static java.lang.String OperatorInvalid
           
static java.lang.String PartitionKeyNotSpecified
           
static java.lang.String PartitionKeyPropertyCannotBeUpdated
           
static java.lang.String PrimaryKeyPropertyIsInvalidType
           
static java.lang.String PropertiesNeedValue
           
static java.lang.String PropertyNameInvalid
           
static java.lang.String PropertyNameTooLong
           
static java.lang.String PropertyValueTooLarge
           
static java.lang.String TableAlreadyExists
           
static java.lang.String TableBeingDeleted
           
static java.lang.String TableHasNoProperties
           
static java.lang.String TableHasNoSuchProperty
           
static java.lang.String TableNotFound
           
static java.lang.String TableServerOutOfMemory
           
static java.lang.String TooManyProperties
           
static java.lang.String UpdateConditionNotSatisfied
           
static java.lang.String XMethodIncorrectCount
           
static java.lang.String XMethodIncorrectValue
           
static java.lang.String XMethodNotUsingPost
           
 
Constructor Summary
TableErrorCodeStrings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XMethodNotUsingPost

public static final java.lang.String XMethodNotUsingPost
See Also:
Constant Field Values

XMethodIncorrectValue

public static final java.lang.String XMethodIncorrectValue
See Also:
Constant Field Values

XMethodIncorrectCount

public static final java.lang.String XMethodIncorrectCount
See Also:
Constant Field Values

TableHasNoProperties

public static final java.lang.String TableHasNoProperties
See Also:
Constant Field Values

DuplicatePropertiesSpecified

public static final java.lang.String DuplicatePropertiesSpecified
See Also:
Constant Field Values

TableHasNoSuchProperty

public static final java.lang.String TableHasNoSuchProperty
See Also:
Constant Field Values

DuplicateKeyPropertySpecified

public static final java.lang.String DuplicateKeyPropertySpecified
See Also:
Constant Field Values

TableAlreadyExists

public static final java.lang.String TableAlreadyExists
See Also:
Constant Field Values

TableNotFound

public static final java.lang.String TableNotFound
See Also:
Constant Field Values

EntityNotFound

public static final java.lang.String EntityNotFound
See Also:
Constant Field Values

EntityAlreadyExists

public static final java.lang.String EntityAlreadyExists
See Also:
Constant Field Values

PartitionKeyNotSpecified

public static final java.lang.String PartitionKeyNotSpecified
See Also:
Constant Field Values

OperatorInvalid

public static final java.lang.String OperatorInvalid
See Also:
Constant Field Values

UpdateConditionNotSatisfied

public static final java.lang.String UpdateConditionNotSatisfied
See Also:
Constant Field Values

PropertiesNeedValue

public static final java.lang.String PropertiesNeedValue
See Also:
Constant Field Values

PartitionKeyPropertyCannotBeUpdated

public static final java.lang.String PartitionKeyPropertyCannotBeUpdated
See Also:
Constant Field Values

TooManyProperties

public static final java.lang.String TooManyProperties
See Also:
Constant Field Values

EntityTooLarge

public static final java.lang.String EntityTooLarge
See Also:
Constant Field Values

PropertyValueTooLarge

public static final java.lang.String PropertyValueTooLarge
See Also:
Constant Field Values

InvalidValueType

public static final java.lang.String InvalidValueType
See Also:
Constant Field Values

TableBeingDeleted

public static final java.lang.String TableBeingDeleted
See Also:
Constant Field Values

TableServerOutOfMemory

public static final java.lang.String TableServerOutOfMemory
See Also:
Constant Field Values

PrimaryKeyPropertyIsInvalidType

public static final java.lang.String PrimaryKeyPropertyIsInvalidType
See Also:
Constant Field Values

PropertyNameTooLong

public static final java.lang.String PropertyNameTooLong
See Also:
Constant Field Values

PropertyNameInvalid

public static final java.lang.String PropertyNameInvalid
See Also:
Constant Field Values

BatchOperationNotSupported

public static final java.lang.String BatchOperationNotSupported
See Also:
Constant Field Values

JsonFormatNotSupported

public static final java.lang.String JsonFormatNotSupported
See Also:
Constant Field Values

MethodNotAllowed

public static final java.lang.String MethodNotAllowed
See Also:
Constant Field Values

NotImplemented

public static final java.lang.String NotImplemented
See Also:
Constant Field Values
Constructor Detail

TableErrorCodeStrings

public TableErrorCodeStrings()