10Duke Scale C++ Client
|
#include <HTTPRequestException.h>
This exception is thrown when a HTTP-request fails for HTTP-specific reasons in the client end.
Some possible causes for this exception are:
This exception is NOT thrown when the call technically succeeds, but server responds with status code >= 400. The higher-level clients should handle those conditions and act accordingly. (Clients can use tenduke::http::HTTPResponseException and its subclasses for those conditions).
Public Member Functions | |
HTTPRequestException (const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::net::NetworkingException | |
NetworkingException (const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::TendukeException | |
TendukeException (const std::string &message) | |
Constructs new instance. | |
|
inlineexplicit |
Constructs new instance.
message | - |