userver: storages::postgres::ServerConnectionError Class Reference
Loading...
Searching...
No Matches
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:

Public Member Functions

const MessageGetServerMessage () const
 
Message::Severity GetSeverity () const
 
SqlState GetSqlState () const
 

Member Function Documentation

◆ GetServerMessage()

const Message & storages::postgres::ServerError< ConnectionError >::GetServerMessage ( ) const
inlineinherited

Definition at line 197 of file exceptions.hpp.

◆ GetSeverity()

Message::Severity storages::postgres::ServerError< ConnectionError >::GetSeverity ( ) const
inlineinherited

Definition at line 199 of file exceptions.hpp.

◆ GetSqlState()

SqlState storages::postgres::ServerError< ConnectionError >::GetSqlState ( ) const
inlineinherited

Definition at line 200 of file exceptions.hpp.


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