userver: storages::postgres::ResultSetError 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::ResultSetError Class Reference
+ Inheritance diagram for storages::postgres::ResultSetError:
+ Collaboration diagram for storages::postgres::ResultSetError:

Public Member Functions

 ResultSetError (std::string msg)
 
void AddMsgSuffix (std::string_view str)
 
const char * what () const noexcept override
 

Detailed Description

Definition at line 616 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ ResultSetError()

storages::postgres::ResultSetError::ResultSetError ( std::string  msg)
inline

Definition at line 618 of file exceptions.hpp.

Member Function Documentation

◆ AddMsgSuffix()

void storages::postgres::ResultSetError::AddMsgSuffix ( std::string_view  str)
inline

Definition at line 621 of file exceptions.hpp.

◆ what()

const char * storages::postgres::ResultSetError::what ( ) const
inlineoverridenoexcept

Definition at line 623 of file exceptions.hpp.


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