Base class for integrity constraint violation errors. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html. More...
#include <userver/storages/postgres/exceptions.hpp>
Inheritance diagram for storages::postgres::IntegrityConstraintViolation:
Collaboration diagram for storages::postgres::IntegrityConstraintViolation:Public Member Functions | |
| std::string | GetSchema () const |
| std::string | GetTable () const |
| std::string | GetConstraint () const |
Public Member Functions inherited from storages::postgres::ServerError< Base > | |
| ServerError (const Message &msg) | |
| const Message & | GetServerMessage () const |
| Message::Severity | GetSeverity () const |
| SqlState | GetSqlState () const |
Base class for integrity constraint violation errors. Doc: https://www.postgresql.org/docs/12/static/errcodes-appendix.html.
Definition at line 349 of file exceptions.hpp.
|
inline |
Definition at line 355 of file exceptions.hpp.
|
inline |
Definition at line 353 of file exceptions.hpp.
|
inline |
Definition at line 354 of file exceptions.hpp.