|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Error category for HTTP server errors. More...
#include <idfxx_http_server/include/idfxx/http/server.hpp>
Public Member Functions | |
| const char * | name () const noexcept override final |
| Returns the name of the error category. | |
| std::string | message (int ec) const override final |
| Returns a human-readable message for the given error code. | |
Error category for HTTP server errors.
Definition at line 502 of file server.hpp.
|
finaloverride |
Returns a human-readable message for the given error code.
Returns the name of the error category.