#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 684 of file exceptions.hpp.
Inheritance diagram for storages::postgres::UnknownBufferCategory:Public Member Functions | |
| UnknownBufferCategory (std::string_view context, Oid type_oid) | |
| UnknownBufferCategory (Oid type_oid, std::string_view cpp_field_type, std::string_view cpp_composite_type) | |
| void | AddMsgSuffix (std::string_view str) |
| void | AddMsgPrefix (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 689 of file exceptions.hpp.