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::client_error Class Reference

An exception was caught in a callback. More...

#include <error.hpp>

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

Public Member Functions

 client_error (std::string const &)
 
 client_error (char const *)
 
 client_error (std::exception const &)
 
- 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

An exception was caught in a callback.

See Also
Errors and exceptions
Callback types

Definition at line 66 of file error.hpp.

Constructor & Destructor Documentation

tip::db::pg::error::client_error::client_error ( std::string const &  )
explicit
tip::db::pg::error::client_error::client_error ( char const *  )
explicit
tip::db::pg::error::client_error::client_error ( std::exception const &  )
explicit

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