#include <userver/storages/postgres/exceptions.hpp>
Base Postgres logic error. Reports errors that are consequences of erroneous driver usage, such as invalid query syntax, absence of appropriate parsers, out of range errors etc. These can be avoided by fixing code.
Definition at line 177 of file exceptions.hpp.