TableResponse
Namespace: FSharp.Azure.StorageTypeProvider.Table
Different responses from a table operation.
Union Cases
Union Case | Description |
BatchError(EntityId,HttpCode,ErrorCode)
Signature: EntityId * int * string
|
An unknown error occurred in this batch.
|
BatchOperationFailedError(EntityId)
Signature: EntityId
|
The operation for this specific entity was not carried out because an operation for another entity in the same batch failed.
|
EntityError(EntityId,HttpCode,ErrorCode)
Signature: EntityId * int * string
|
The operation for this specific entity failed.
|
SuccessfulResponse(EntityId,HttpCode)
Signature: EntityId * int
|
The operation was successful.
|