Exception | Description |
---|---|
AuthenticationException | |
AuthorizationException | |
SqlException |
Base class for all exceptions thrown by the SQL API.
|
TransactionConflictException |
An exception thrown when a transaction conflict occurs.
|
TransactionNotFoundException |
An exception thrown when the transaction associated with the specified transaction is not found.
|
TransactionRetryableException |
An exception thrown when a retryable error occurs.
|
UnknownTransactionStatusException |
An exception thrown when the transaction status (committed or aborted) is unknown.
|