pg_async
|
Connection with the database server failure. Includes network and authentication failures. More...
#include <error.hpp>
Public Member Functions | |
connection_error (std::string const &) | |
connection_error (char const *what_arg) | |
Public Member Functions inherited from tip::db::pg::error::db_error | |
db_error (std::string const &what_arg) | |
db_error (char const *what_arg) | |
db_error (std::string const &message, std::string severity, std::string code, std::string detail) | |
Additional Inherited Members | |
Public Attributes inherited from tip::db::pg::error::db_error | |
std::string | severity |
std::string | code |
std::string | detail |
sqlstate::code | sqlstate |
Connection with the database server failure. Includes network and authentication failures.
|
explicit |
|
explicit |