37 net_category() noexcept
41 const char*
name() const noexcept
override 43 return "net::error_category";
51 return "Expected top-level domain";
53 return "Host value is not valid";
55 return "Invalid I2P address";
57 return "Invalid port value (expected 0-65535)";
59 return "Invalid Tor address";
61 return "Network address not supported";
66 return "Unknown net::error";
69 std::error_condition default_error_condition(
int value)
const noexcept
override 74 return std::errc::result_out_of_range;
80 return std::error_condition{
value, *
this};
89 static const net_category instance{};
Type not supported by get_network_address
std::string message("Message requiring signing")
const GenericPointer< typename T::ValueType > T2 value
Invalid base32 or length.
Outside of 0-65535 range.
std::error_category const & error_category() noexcept