#include <userver/clients/http/error.hpp>
Base class for HttpClientException and HttpServerException.
Public Member Functions | |
| HttpException (int code, const LocalStats &stats, std::string_view message, ErrorKind error_kind) | |
| int | code () const |
| const char * | what () const noexcept override |
| ErrorKind | GetErrorKind () const |
| const LocalStats & | GetStats () const |
|
inlineinherited |
|
inlineinherited |
|
inlineoverridenoexceptinherited |