sasync.errors
module documentation
Part of sasync
Errors relating to database access
Class | AsyncError | The requested action is incompatible with asynchronous operations. |
Class | TransactionError | An exception was raised while trying to run a transaction. |
Class | DatabaseError | A problem occured when trying to access the database. |
Class | TransactIterationError | An attempt to access a transaction result as an iterator |