#include <userver/storages/postgres/exceptions.hpp>
While checking result set types, failed to determine the buffer category for a type oid. The context string is formed by the ResultSet and will have the form of 'result set field foo
type my_schema.bar
field baz
array element'.
Definition at line 675 of file exceptions.hpp.
Public Member Functions | |
UnknownBufferCategory (std::string_view context, Oid type_oid) | |
Public Member Functions inherited from storages::postgres::ResultSetError | |
ResultSetError (std::string msg) | |
void | AddMsgSuffix (std::string_view str) |
const char * | what () const noexcept override |
Public Attributes | |
const Oid | type_oid |
const Oid storages::postgres::UnknownBufferCategory::type_oid |
Definition at line 679 of file exceptions.hpp.