Thrown when 10Duke Scale backend responds with HTTP 429.
|
| | TooManyRequests (const std::string &error, const std::string &description) |
| | Constructs new instance.
|
| |
|
| TooManyRequests () |
| | No arg construct new instance without error code or description.
|
| |
| | ClientError (const int code, const std::string &error, const std::string &description) |
| | Constructs new instance with HTTP-statuscode, error code and description.
|
| |
| | ClientError (const int code, const std::string &description) |
| | Constructs new instance with HTTP-statuscode and description.
|
| |
| | ClientError (const int code) |
| | Constructs new instance with only HTTP-status code.
|
| |
| | APIException (const int code, std::string error, const std::string &description) |
| | Constructs new instance with HTTP status code, error code and description.
|
| |
| | APIException (const int code, const std::string &description) |
| | Constructs new instance with HTTP status code and description.
|
| |
| | APIException (const int code) |
| | Constructs new instance just with HTTP status code.
|
| |
| std::string | getError () const |
| | Returns the error code.
|
| |
| std::string | getDescription () const |
| | Returns the description.
|
| |
| | 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.
|
| |