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

Indicates errors during pool operation. More...

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

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

Public Member Functions

 PoolError (std::string_view msg, std::string_view db_name)
 
 PoolError (std::string_view msg)
 

Detailed Description

Indicates errors during pool operation.

Definition at line 234 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ PoolError() [1/2]

storages::postgres::PoolError::PoolError ( std::string_view  msg,
std::string_view  db_name 
)
inline

Definition at line 236 of file exceptions.hpp.

◆ PoolError() [2/2]

storages::postgres::PoolError::PoolError ( std::string_view  msg)
inline

Definition at line 239 of file exceptions.hpp.


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