#include <userver/storages/postgres/exceptions.hpp>
Result set doesn't have field with the requested name.
Definition at line 646 of file exceptions.hpp.
Inheritance diagram for storages::postgres::FieldNameDoesntExist:Public Member Functions | |
| FieldNameDoesntExist (std::string_view name) | |
| void | AddMsgSuffix (std::string_view str) |
| void | AddMsgPrefix (std::string_view str) |
| const char * | what () const noexcept override |