userver: clients::http::BaseException 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
clients::http::BaseException Class Reference

Exception with string. More...

#include <userver/clients/http/error.hpp>

+ Inheritance diagram for clients::http::BaseException:
+ Collaboration diagram for clients::http::BaseException:

Public Member Functions

 BaseException (std::string message, const LocalStats &stats)
 
const char * what () const noexcept override
 
const LocalStatsGetStats () const
 

Detailed Description

Exception with string.

Definition at line 15 of file error.hpp.

Constructor & Destructor Documentation

◆ BaseException()

clients::http::BaseException::BaseException ( std::string  message,
const LocalStats stats 
)
inline

Definition at line 18 of file error.hpp.

Member Function Documentation

◆ GetStats()

const LocalStats & clients::http::BaseException::GetStats ( ) const
inline

Definition at line 24 of file error.hpp.

◆ what()

const char * clients::http::BaseException::what ( ) const
inlineoverridenoexcept

Definition at line 22 of file error.hpp.


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