userver: clients::http::BaseException Class Reference
Loading...
Searching...
No Matches
clients::http::BaseException Class Reference

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

Detailed Description

Exception with string.

Definition at line 16 of file error.hpp.

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ BaseException()

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

Definition at line 18 of file error.hpp.

Member Function Documentation

◆ GetErrorKind()

ErrorKind clients::http::BaseException::GetErrorKind ( ) const
inline

Definition at line 24 of file error.hpp.

◆ GetStats()

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

Definition at line 26 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: