|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Error category for IDFXX and ESP-IDF error codes. More...
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 IDFXX and ESP-IDF error codes.
This category provides human-readable error messages for IDFXX and ESP-IDF error codes, enabling integration with the standard C++ error handling mechanisms.
|
finaloverride |
Returns a human-readable message for the given error code.
| ec | The error code value. |
|
finaloverridenoexcept |
Returns the name of the error category.