pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
tip::db::pg::error::connection_error Class Reference

Connection with the database server failure. Includes network and authentication failures. More...

#include <error.hpp>

Inheritance diagram for tip::db::pg::error::connection_error:
Inheritance graph
[legend]
Collaboration diagram for tip::db::pg::error::connection_error:
Collaboration graph
[legend]

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
 

Detailed Description

Connection with the database server failure. Includes network and authentication failures.

Definition at line 40 of file error.hpp.

Constructor & Destructor Documentation

tip::db::pg::error::connection_error::connection_error ( std::string const &  )
explicit
tip::db::pg::error::connection_error::connection_error ( char const *  what_arg)
explicit

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