idfxx 1.0.0
Modern C++23 components for ESP-IDF
Loading...
Searching...
No Matches
Error Handling

Result-based error handling with ESP-IDF integration. More...

Namespaces

namespace  idfxx
 

Typedefs

typedef int esp_err_t
 

Detailed Description

Result-based error handling with ESP-IDF integration.

Provides idfxx::result<T> (C++23 std::expected) for fallible operations and idfxx::errc enum compatible with ESP-IDF error codes.

Typedef Documentation

◆ esp_err_t

typedef int esp_err_t

Definition at line 32 of file error.hpp.