Github   Telegram
Loading...
Searching...
No Matches
Public Member Functions | List of all members
storages::postgres::InvalidParserCategory Class Reference

Field buffer contains different category of data than expected by data parser. More...

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

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

Public Member Functions

 InvalidParserCategory (std::string_view type, io::BufferCategory parser, io::BufferCategory buffer)
 
- Public Member Functions inherited from storages::postgres::ResultSetError
 ResultSetError (std::string msg)
 
void AddMsgSuffix (std::string_view str)
 
const char * what () const noexcept override
 

Detailed Description

Field buffer contains different category of data than expected by data parser.

Definition at line 671 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ InvalidParserCategory()

storages::postgres::InvalidParserCategory::InvalidParserCategory ( std::string_view  type,
io::BufferCategory  parser,
io::BufferCategory  buffer 
)
inline

Definition at line 673 of file exceptions.hpp.


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