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