Errors thrown when parsing the address.
public enum ParseError
Error
Thrown when the address contains an invalid scheme.
case unsupportedScheme
Thrown when the address contains a URL that cannot be parsed with URL.init(string: addr)
.
case unsupportedURL
Thrown when the address does not contain a valid host.
case missingHost