TableTransactionError Class

There is a failure in the transaction operations.

Inheritance
TableTransactionError

Constructor

TableTransactionError(**kwargs)

Variables

index
int

If available, the index of the operation in the transaction that caused the error. Defaults to 0 in the case where an index was not provided, or the error applies across operations.

error_code
TableErrorCode

The error code.

message
str

The error message.

additional_info
<xref:Mapping>[str, <xref:Any>]

Any additional data for the error.