userver: storages::postgres::InvalidParserCategory Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::postgres::InvalidParserCategory Class Reference

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

Detailed Description

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

Definition at line 665 of file 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
 

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