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

Error category for NVS errors. More...

#include <idfxx_nvs/include/idfxx/nvs.hpp>

Inheritance diagram for idfxx::nvs::error_category:

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.
 

Detailed Description

Error category for NVS errors.

Definition at line 92 of file nvs.hpp.

Member Function Documentation

◆ message()

std::string idfxx::nvs::error_category::message ( int  ec) const
finaloverride

Returns a human-readable message for the given error code.

◆ name()

const char * idfxx::nvs::error_category::name ( ) const
finaloverridenoexcept

Returns the name of the error category.


The documentation for this class was generated from the following file: