Base class for HttpClientException and HttpServerException. More...
#include <userver/clients/http/error.hpp>
Inheritance diagram for clients::http::HttpException:
Collaboration diagram for clients::http::HttpException:Public Member Functions | |
| HttpException (int code, const LocalStats &stats) | |
| HttpException (int code, const LocalStats &stats, std::string_view message) | |
| int | code () const |
Public Member Functions inherited from clients::http::BaseException | |
| BaseException (std::string message, const LocalStats &stats) | |
| const char * | what () const noexcept override |
| const LocalStats & | GetStats () const |
Base class for HttpClientException and HttpServerException.