userver: storages::postgres::FieldIndexOutOfBounds Class Reference
Loading...
Searching...
No Matches
storages::postgres::FieldIndexOutOfBounds Class Reference

Result set has less columns that the requested index. More...

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

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

Public Member Functions

 FieldIndexOutOfBounds (std::size_t index)
 
- 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 has less columns that the requested index.

Definition at line 637 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ FieldIndexOutOfBounds()

storages::postgres::FieldIndexOutOfBounds::FieldIndexOutOfBounds ( std::size_t  index)
inline

Definition at line 639 of file exceptions.hpp.


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