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

Result set doesn't have field with the requested name. More...

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

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

Public Member Functions

 FieldNameDoesntExist (std::string_view name)
 
- 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

Result set doesn't have field with the requested name.

Definition at line 644 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ FieldNameDoesntExist()

storages::postgres::FieldNameDoesntExist::FieldNameDoesntExist ( std::string_view  name)
inline

Definition at line 646 of file exceptions.hpp.


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