#include <userver/storages/postgres/exceptions.hpp>
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 Message & | GetServerMessage () const | 
| Message::Severity | GetSeverity () const | 
| SqlState | GetSqlState () const |