#include <userver/storages/postgres/exceptions.hpp>
Result set has less columns that the requested index.
Definition at line 631 of file exceptions.hpp.
Public Member Functions | |
FieldIndexOutOfBounds (std::size_t index) | |
Public Member Functions inherited from storages::postgres::ResultSetError | |
ResultSetError (std::string msg) | |
void | AddMsgSuffix (std::string_view str) |
const char * | what () const noexcept override |