TableErrorCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Error codes returned by the service.
public readonly struct TableErrorCode : IEquatable<Azure.Data.Tables.Models.TableErrorCode>
type TableErrorCode = struct
Public Structure TableErrorCode
Implements IEquatable(Of TableErrorCode)
- Inheritance
-
TableErrorCode
- Implements
Constructors
| Name | Description |
|---|---|
| TableErrorCode(String) |
Determines if two TableErrorCode values are the same. |
Properties
| Name | Description |
|---|---|
| AccountIOPSLimitExceeded |
AccountIOPSLimitExceeded. |
| AtomFormatNotSupported |
AtomFormatNotSupported. |
| AuthorizationPermissionMismatch |
AuthorizationPermissionMismatch. |
| AuthorizationResourceTypeMismatch |
AuthorizationResourceTypeMismatch. |
| CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable |
CannotCreateTableWithIOPSGreaterThanMaxAllowedPerTable. |
| CommandsInBatchActOnDifferentPartitions |
CommandsInBatchActOnDifferentPartitions. |
| ContentLengthExceeded |
ContentLengthExceeded. |
| DuplicateKeyPropertySpecified |
DuplicateKeyPropertySpecified. |
| DuplicatePropertiesSpecified |
DuplicatePropertiesSpecified. |
| EntityAlreadyExists |
EntityAlreadyExists. |
| EntityNotFound |
EntityNotFound. |
| EntityTooLarge |
EntityTooLarge. |
| Forbidden |
Forbidden. |
| InvalidDuplicateRow |
InvalidDuplicateRow. |
| InvalidInput |
InvalidInput. |
| InvalidValueType |
InvalidValueType. |
| JsonFormatNotSupported |
JsonFormatNotSupported. |
| JsonVerboseFormatNotSupported |
JsonVerboseFormatNotSupported. |
| KeyValueTooLarge |
KeyValueTooLarge. |
| MediaTypeNotSupported |
MediaTypeNotSupported. |
| MethodNotAllowed |
MethodNotAllowed. |
| NotImplemented |
NotImplemented. |
| OperationTimedOut |
OperationTimedOut. |
| OperatorInvalid |
OperatorInvalid. |
| OutOfRangeInput |
OutOfRangeInput. |
| PartitionKeyEqualityComparisonExpected |
PartitionKeyEqualityComparisonExpected. |
| PartitionKeyNotSpecified |
PartitionKeyNotSpecified. |
| PartitionKeyPropertyCannotBeUpdated |
PartitionKeyPropertyCannotBeUpdated. |
| PartitionKeySpecifiedMoreThanOnce |
PartitionKeySpecifiedMoreThanOnce. |
| PerTableIOPSDecrementLimitReached |
PerTableIOPSDecrementLimitReached. |
| PerTableIOPSIncrementLimitReached |
PerTableIOPSIncrementLimitReached. |
| PrimaryKeyPropertyIsInvalidType |
PrimaryKeyPropertyIsInvalidType. |
| PropertiesNeedValue |
PropertiesNeedValue. |
| PropertyNameInvalid |
PropertyNameInvalid. |
| PropertyNameTooLong |
PropertyNameTooLong. |
| PropertyValueTooLarge |
PropertyValueTooLarge. |
| ResourceNotFound |
ResourceNotFound. |
| SettingIOPSForATableInProvisioningNotAllowed |
SettingIOPSForATableInProvisioningNotAllowed. |
| TableAlreadyExists |
TableAlreadyExists. |
| TableBeingDeleted |
TableBeingDeleted. |
| TableHasNoProperties |
TableHasNoProperties. |
| TableHasNoSuchProperty |
TableHasNoSuchProperty. |
| TableNotFound |
TableNotFound. |
| TooManyProperties |
TooManyProperties. |
| UpdateConditionNotSatisfied |
UpdateConditionNotSatisfied. |
| XMethodIncorrectCount |
XMethodIncorrectCount. |
| XMethodIncorrectValue |
XMethodIncorrectValue. |
| XMethodNotUsingPost |
XMethodNotUsingPost. |
Methods
| Name | Description |
|---|---|
| Equals(TableErrorCode) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(TableErrorCode, TableErrorCode) |
Determines if two TableErrorCode values are the same. |
| Implicit(String to TableErrorCode) |
Converts a string to a TableErrorCode. |
| Inequality(TableErrorCode, TableErrorCode) |
Determines if two TableErrorCode values are not the same. |