pg_async
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
error.hpp File Reference
#include <stdexcept>
#include <tip/db/pg/sqlstates.hpp>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tip::db::pg::error::db_error
 Base class for exceptions generated by the library. More...
 
class  tip::db::pg::error::connection_error
 Connection with the database server failure. Includes network and authentication failures. More...
 
class  tip::db::pg::error::query_error
 An error generated by the PostgreSQL server when executing a query. More...
 
class  tip::db::pg::error::client_error
 An exception was caught in a callback. More...
 
class  tip::db::pg::error::value_is_null
 An attempt to extract a value from a null field was made. More...
 

Namespaces

 tip
 
 tip::db
 
 tip::db::pg
 
 tip::db::pg::error