idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
idfxx::netif::error_category Class Reference

Error category for network interface errors. More...

Inheritance diagram for idfxx::netif::error_category:

Public Member Functions

const charname () 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.
 

Detailed Description

Error category for network interface errors.

Definition at line 167 of file netif.hpp.

Member Function Documentation

◆ 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: