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. | |
![]() | |
HTTPResponseException (int httpStatusCode, const std::string &message) | |
Constructs new instance. | |
int | getStatusCode () const |
Returns the HTTP status code. | |
![]() | |
HTTPException (const std::string &message) | |
Constructs new instance. | |
![]() | |
NetworkingException (const std::string &message) | |
Constructs new instance. | |
![]() | |
TendukeException (const std::string &message) | |
Constructs new instance. | |
|
inline |
Constructs new instance.
httpStatusCode | - |
message | - |