CoreComponents 4.0.0
A Modern C++ Toolkit
Loading...
Searching...
No Matches
HttpNotFound Class Reference

Requested resource could not be found. More...

#include <cc/HttpError>

Inheritance diagram for HttpNotFound:

Additional Inherited Members

Public Member Functions inherited from HttpError
 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.

Detailed Description

Requested resource could not be found.