LIBWIRE
Next-generation C++17 networking library.
|
This header defines set of enumerations for platform-independent error code handling. More...
#include <system_error>
Go to the source code of this file.
Namespaces | |
libwire::error | |
Namespace with platform-independent error codes. | |
Functions | |
std::error_category & | libwire::error::dns_category () |
Obtain reference to static instance of category for DNS errors. More... | |
std::error_condition | libwire::error::make_error_condition (generic) |
std::error_condition | libwire::error::make_error_condition (system_condition) |
std::error_condition | libwire::error::make_error_condition (dns_condition) |
std::error_category & | libwire::error::system_category () |
Obtain reference to static instance of category for various network and socket errors. More... | |
This header defines set of enumerations for platform-independent error code handling.
Definition in file error.hpp.