Enum | Description |
---|---|
Errors |
Enum identifying the possible error types when executing a transaction.
|
Exception | Description |
---|---|
QldbDriverException |
Exception used to represent all types of failures that can be thrown by the driver
that are not QLDB service side exceptions.
|
TransactionAbortedException |
Exception type representing the abort of a transaction within a lambda execution block.
|
TransactionAlreadyOpenException |
Exception thrown when an attempt is made to start another transaction
while the previous transaction was still open.
|