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

Result set has less rows than the requested row index. More...

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

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

Public Member Functions

 RowIndexOutOfBounds (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 rows than the requested row index.

Definition at line 630 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ RowIndexOutOfBounds()

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

Definition at line 632 of file exceptions.hpp.


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