userver: storages::postgres::ServerConnectionError Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::ServerConnectionError Class Reference

#include <userver/storages/postgres/exceptions.hpp>

Detailed Description

Connection error reported by PostgreSQL server. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html Class 08 - Connection exception.

Definition at line 226 of file exceptions.hpp.

+ Inheritance diagram for storages::postgres::ServerConnectionError:
+ Collaboration diagram for storages::postgres::ServerConnectionError:

Additional Inherited Members

- Public Member Functions inherited from storages::postgres::ServerError< ConnectionError >
 ServerError (const Message &msg)
 
const MessageGetServerMessage () const
 
Message::Severity GetSeverity () const
 
SqlState GetSqlState () const
 

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