10Duke Enterprise C++ Client
|
#include <ServerError.h>
5xx-error, base class for 5xx-exceptions.
Also used standalone.
Public Member Functions | |
ServerError (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 | - |