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

Error category for OTA errors. More...

#include <idfxx_ota/include/idfxx/ota.hpp>

Inheritance diagram for idfxx::ota::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 OTA errors.

Definition at line 66 of file ota.hpp.

Member Function Documentation

◆ message()

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

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

◆ name()

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

Returns the name of the error category.


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