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

Error type for database connection operations. More...

#include <relx/connection/connection.hpp>

Public Attributes

std::string message
 
int error_code = 0
 

Detailed Description

Error type for database connection operations.

Definition at line 22 of file connection.hpp.

Member Data Documentation

◆ error_code

int relx::connection::ConnectionError::error_code = 0

Definition at line 24 of file connection.hpp.

◆ message

std::string relx::connection::ConnectionError::message

Definition at line 23 of file connection.hpp.


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