#include <userver/storages/postgres/exceptions.hpp>
Data extraction from a null field value to a non-nullable type requested.
Definition at line 644 of file exceptions.hpp.
Public Member Functions | |
template<typename T > | |
FieldValueIsNull (std::size_t field_index, std::string_view field_name, const T &) | |
Public Member Functions inherited from storages::postgres::ResultSetError | |
ResultSetError (std::string msg) | |
void | AddMsgSuffix (std::string_view str) |
const char * | what () const noexcept override |
|
inline |
Definition at line 647 of file exceptions.hpp.