userver: storages::postgres::InvalidObjectName Class Reference
Loading...
Searching...
No Matches
storages::postgres::InvalidObjectName Class Reference

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

Detailed Description

Exception class for several Invalid * Name classes. Class 34 - Invalid Cursor Name Class 3D - Invalid Catalogue Name Class 3F - Invalid Schema Name TODO Add documentation (links) on the error classes TODO Split exception classes if needed based on documentation.

Definition at line 285 of file exceptions.hpp.

Inheritance diagram for storages::postgres::InvalidObjectName:

Public Member Functions

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

Member Function Documentation

◆ GetServerMessage()

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

Definition at line 66 of file exceptions.hpp.

◆ GetSeverity()

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

Definition at line 68 of file exceptions.hpp.

◆ GetSqlState()

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

Definition at line 69 of file exceptions.hpp.


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