Postgres errors. More...
#include <stdexcept>#include <string_view>#include <fmt/format.h>#include <userver/storages/postgres/dsn.hpp>#include <userver/storages/postgres/io/traits.hpp>#include <userver/storages/postgres/message.hpp>#include <userver/compiler/demangle.hpp>#include <userver/utils/underlying_value.hpp>
Include dependency graph for exceptions.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | storages |
| Components, clients and helpers for different databases and storages. | |
| namespace | storages::postgres |
| Top namespace for uPg driver. | |
Typedefs | |
Generic driver errors | |
| using | storages::postgres::ServerLogicError = ServerError< LogicError > |
| using | storages::postgres::ServerRuntimeError = ServerError< RuntimeError > |
Postgres errors.
Definition in file exceptions.hpp.