|
client-cpp
0.8.1
|
#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 ()=default |
Definition at line 31 of file HttpTransportException.hpp.
|
inline |
Definition at line 33 of file HttpTransportException.hpp.
|
inline |
Definition at line 36 of file HttpTransportException.hpp.
|
inline |
Definition at line 39 of file HttpTransportException.hpp.
|
inline |
Definition at line 42 of file HttpTransportException.hpp.