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

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

Detailed Description

Class 44 - WITH CHECK OPTION Violation.

Definition at line 250 of file exceptions.hpp.

Inheritance diagram for storages::postgres::WithCheckOptionViolation:

Public Member Functions

std::string GetSchema () const
std::string GetTable () const
std::string GetConstraint () const
const MessageGetServerMessage () const
Message::Severity GetSeverity () const
SqlState GetSqlState () const

Member Function Documentation

◆ GetServerMessage()

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

Definition at line 66 of file exceptions.hpp.

◆ GetSeverity()

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

Definition at line 68 of file exceptions.hpp.

◆ GetSqlState()

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

Definition at line 69 of file exceptions.hpp.


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