Module error

Source
Expand description

Error types for the [async-txn] crate. Errors

Enums§

TransactionError
Error type for the transaction.
WtmError
Error type for write transaction.

Traits§

Error
Error is a trait representing the basic expectations for error values, i.e., values of type E in Result<T, E>.