userver: storages::postgres::FieldTupleMismatch 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::FieldTupleMismatch Class Reference

A row was requested to be parsed based on field names/indexed, the count of names/indexes doesn't match the tuple size. More...

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

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

Public Member Functions

 FieldTupleMismatch (std::size_t field_count, std::size_t tuple_size)
 
- 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

A row was requested to be parsed based on field names/indexed, the count of names/indexes doesn't match the tuple size.

Definition at line 757 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ FieldTupleMismatch()

storages::postgres::FieldTupleMismatch::FieldTupleMismatch ( std::size_t  field_count,
std::size_t  tuple_size 
)
inline

Definition at line 759 of file exceptions.hpp.


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