|
client-cpp
0.10.0
|
#include <HttpTransportException.hpp>
Inheritance diagram for kaa::HttpTransportException:
Collaboration diagram for kaa::HttpTransportException:Public Member Functions | |
| HttpTransportException (boost::format f) | |
| HttpTransportException (const std::string &message) | |
| HttpTransportException (std::int32_t statusCode, const std::string &message=std::string("")) | |
| std::int32_t | getHttpStatusCode () |
Public Member Functions inherited from kaa::kaa::TransportException | |
| TransportException () | |
| TransportException (const boost::system::error_code &errorCode) | |
| TransportException (boost::format f) | |
| TransportException (const std::string &message) | |
| boost::system::error_code | getErrorCode () const |
Public Member Functions inherited from kaa::kaa::KaaException | |
| KaaException () | |
| KaaException (boost::format &f) | |
| KaaException (const std::string &message) | |
| KaaException (const std::exception &e) | |
| virtual const char * | what () const throw () |
| virtual | ~KaaException () noexcept=default |
Definition at line 32 of file HttpTransportException.hpp.
|
inline |
Definition at line 34 of file HttpTransportException.hpp.
|
inline |
Definition at line 37 of file HttpTransportException.hpp.
|
inline |
Definition at line 40 of file HttpTransportException.hpp.
|
inline |
Definition at line 43 of file HttpTransportException.hpp.