CoreComponents 3.0.0
A Modern C++ Toolkit
|
HTTP request could not be successfully processed. More...
#include <cc/HttpError>
Public Member Functions | |
HttpError (HttpStatus status, const char *reason) | |
Create a new HTTP error. | |
HttpStatus | status () const |
const char * | reason () const |
Reason phrase | |
String | message () const override |
Generate error message for debug output. | |
HTTP request could not be successfully processed.
HttpError | ( | HttpStatus | status, |
const char * | reason ) |
Create a new HTTP error.
HttpStatus status | ( | ) | const |
const char * reason | ( | ) | const |
Reason phrase