relx 0.1.0
A Modern C++23 Type-Safe SQL Query Builder
Loading...
Searching...
No Matches
relx::connection::ConnectionPoolError Struct Reference

Error type for connection pool operations. More...

#include <relx/connection/postgresql_connection_pool.hpp>

Public Attributes

std::string message
 
int error_code = 0
 

Detailed Description

Error type for connection pool operations.

Definition at line 41 of file postgresql_connection_pool.hpp.

Member Data Documentation

◆ error_code

int relx::connection::ConnectionPoolError::error_code = 0

Definition at line 43 of file postgresql_connection_pool.hpp.

◆ message

std::string relx::connection::ConnectionPoolError::message

Definition at line 42 of file postgresql_connection_pool.hpp.


The documentation for this struct was generated from the following file: