#include <userver/storages/postgres/exceptions.hpp>
Base class for integrity constraint violation errors. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html.
Definition at line 350 of file exceptions.hpp.
Inheritance diagram for storages::postgres::IntegrityConstraintViolation:Public Member Functions | |
| std::string | GetSchema () const |
| std::string | GetTable () const |
| std::string | GetConstraint () const |
| const Message & | GetServerMessage () const |
| const Message & | GetServerMessage () const |
| Message::Severity | GetSeverity () const |
| Message::Severity | GetSeverity () const |
| SqlState | GetSqlState () const |
| SqlState | GetSqlState () const |
|
inlineinherited |
Definition at line 205 of file exceptions.hpp.
|
inlineinherited |
Definition at line 205 of file exceptions.hpp.
|
inlineinherited |
Definition at line 207 of file exceptions.hpp.
|
inlineinherited |
Definition at line 207 of file exceptions.hpp.
|
inlineinherited |
Definition at line 208 of file exceptions.hpp.
|
inlineinherited |
Definition at line 208 of file exceptions.hpp.