10Duke Enterprise C++ Client
|
#include <BadRequest.h>
Thrown for HTTP status code 400 "BadRequest".
Public Member Functions | |
BadRequest (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::http::ClientError | |
ClientError (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
Public Member Functions inherited from tenduke::http::HTTPResponseException | |
HTTPResponseException (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
int | getStatusCode () const |
Returns the HTTP status code. | |
Public Member Functions inherited from tenduke::http::HTTPException | |
HTTPException (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. | |
|
inline |
Constructs new instance.
httpStatusCode | - |
message | - |