Error category for network interface errors.
More...
|
| 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 network interface errors.
Definition at line 172 of file netif.hpp.
◆ message()
| std::string idfxx::netif::error_category::message |
( |
int |
ec | ) |
const |
|
finaloverride |
Returns a human-readable message for the given error code.
◆ name()
| const char * idfxx::netif::error_category::name |
( |
| ) |
const |
|
finaloverridenoexcept |
Returns the name of the error category.
The documentation for this class was generated from the following file: