|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Exception thrown when transaction operations fail. More...
#include <relx/connection/transaction_guard.hpp>
Public Member Functions | |
| TransactionException (const ConnectionError &error) | |
| TransactionException (const std::string &message) | |
| int | error_code () const noexcept |
| Get the error code associated with this exception. | |
Exception thrown when transaction operations fail.
Definition at line 12 of file transaction_guard.hpp.
|
inlineexplicit |
Definition at line 14 of file transaction_guard.hpp.
|
inlineexplicit |
Definition at line 17 of file transaction_guard.hpp.
|
inlinenoexcept |
Get the error code associated with this exception.
Definition at line 22 of file transaction_guard.hpp.