Connection error reported by PostgreSQL server. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html Class 08 - Connection exception. More...
#include <userver/storages/postgres/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 |
Connection error reported by PostgreSQL server. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html Class 08 - Connection exception.
Definition at line 229 of file exceptions.hpp.