|
relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
|
Error type for database connection operations. More...
#include <relx/connection/connection.hpp>
Public Attributes | |
| std::string | message |
| int | error_code = 0 |
Error type for database connection operations.
Definition at line 22 of file connection.hpp.
| int relx::connection::ConnectionError::error_code = 0 |
Definition at line 24 of file connection.hpp.
| std::string relx::connection::ConnectionError::message |
Definition at line 23 of file connection.hpp.