A value of a non-nullable type requested to be set null. Can occur if io::traits::IsNullable for the type is specialised as true_type, but io::traits::GetSetNull is not specialized appropriately. More...
#include <userver/storages/postgres/exceptions.hpp>
Public Member Functions | |
TypeCannotBeNull (std::string_view type) | |
![]() | |
ResultSetError (std::string msg) | |
void | AddMsgSuffix (std::string_view str) |
const char * | what () const noexcept override |
A value of a non-nullable type requested to be set null. Can occur if io::traits::IsNullable for the type is specialised as true_type, but io::traits::GetSetNull is not specialized appropriately.
Definition at line 663 of file exceptions.hpp.
|
inline |
Definition at line 665 of file exceptions.hpp.