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>
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.
◆ GetConstraint()
std::string storages::postgres::IntegrityConstraintViolation::GetConstraint |
( |
| ) |
const |
|
inline |
◆ GetSchema()
std::string storages::postgres::IntegrityConstraintViolation::GetSchema |
( |
| ) |
const |
|
inline |
◆ GetTable()
std::string storages::postgres::IntegrityConstraintViolation::GetTable |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: