32#include <system_error>
#define inline
Definition inline_c.h:34
Definition net_utils_base.h:59
std::error_category const & error_category() noexcept
Definition error.cpp:95
error
General net errors.
Definition error.h:39
@ invalid_mask
Outside of 0-32 range.
Definition error.h:46
@ invalid_port
Outside of 0-65535 range.
Definition error.h:47
@ invalid_tor_address
Invalid base32 or length.
Definition error.h:48
@ unsupported_address
Type not supported by get_network_address.
Definition error.h:49
@ dns_query_failure
Failed to retrieve desired DNS record.
Definition error.h:42
@ bogus_dnssec
Invalid response signature from DNSSEC enabled domain.
Definition error.h:41
@ expected_tld
Expected a tld.
Definition error.h:43
@ invalid_i2p_address
Definition error.h:45
@ invalid_host
Hostname is not valid.
Definition error.h:44
std::error_code make_error_code(error value) noexcept
Definition error.h:57
const GenericPointer< typename T::ValueType > T2 value
Definition pointer.h:1225