A row or result set requested to be treated as a single column, but contains more than one column. More...
#include <userver/storages/postgres/exceptions.hpp>
Public Member Functions | |
NonSingleColumnResultSet (std::size_t actual_size, const std::string &type_name, const std::string &func) | |
Public Member Functions inherited from storages::postgres::ResultSetError | |
ResultSetError (std::string msg) | |
void | AddMsgSuffix (std::string_view str) |
const char * | what () const noexcept override |
A row or result set requested to be treated as a single column, but contains more than one column.
Definition at line 732 of file exceptions.hpp.
|
inline |
Definition at line 734 of file exceptions.hpp.