Results for “Std.Ip.IpError”
5 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Ip.IpError
Why text does not name an address or a network.
- Std.Ip.explain
&Std.Ip.IpError -> StrA sentence saying what was wrong with the text.
- Std.Ip.fromBytes
&Bytes -> Result[Std.Ip.Address, Std.Ip.IpError]The address held in 4 or 16 bytes in network order, as a socket reports it.
- Std.Ip.parse
Str -> Result[Std.Ip.Address, Std.Ip.IpError]Read an address in either family.
- Std.Ip.parseNetwork
Str -> Result[Std.Ip.Network, Std.Ip.IpError]Read a network written as
address/prefix.
