10Duke Enterprise C++ Client
|
#include <ClientError.h>
4xx-series, base class for many 4xx-exceptions.
Also used standalone for common catch-all 4xx-statuscodes.
Public Member Functions | |
ClientError (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 | - |