userver: storages::postgres::UnknownBufferCategory Class Reference
Loading...
Searching...
No Matches
storages::postgres::UnknownBufferCategory Class Reference

#include <userver/storages/postgres/exceptions.hpp>

Detailed Description

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.

+ Inheritance diagram for storages::postgres::UnknownBufferCategory:
+ Collaboration diagram for storages::postgres::UnknownBufferCategory:

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
 

Member Data Documentation

◆ type_oid

const Oid storages::postgres::UnknownBufferCategory::type_oid

Definition at line 679 of file exceptions.hpp.


The documentation for this class was generated from the following file: