Postgres errors.
Definition in file exceptions.hpp.
Go to the source code of this file.
#include <optional>#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>
This graph shows which files directly or indirectly include 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> |