|
idfxx 1.0.0
Modern C++23 components for ESP-IDF
|
Error codes for the IP transport layer. More...
#include <idfxx/error>#include <string>#include <system_error>#include <type_traits>#include <utility>Go to the source code of this file.
Classes | |
| class | idfxx::net::error_category |
Error category for idfxx_net errors. More... | |
Namespaces | |
| namespace | idfxx |
| namespace | idfxx::net |
Functions | |
| const net::error_category & | idfxx::net_category () noexcept |
Returns a reference to the idfxx_net error category singleton. | |
| std::error_code | idfxx::net::make_error_code (errc e) noexcept |
Creates an error code from an idfxx::net::errc value. | |
Error codes for the IP transport layer.
Definition in file error.hpp.