Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 527 Bytes

GRPCAddress_ParseError.md

File metadata and controls

37 lines (23 loc) · 527 Bytes

GRPCAddress.ParseError

Errors thrown when parsing the address.

public enum ParseError

Inheritance

Error

Enumeration Cases

unsupportedScheme

Thrown when the address contains an invalid scheme.

case unsupportedScheme

unsupportedURL

Thrown when the address contains a URL that cannot be parsed with URL.init(string:​ addr).

case unsupportedURL

missingHost

Thrown when the address does not contain a valid host.

case missingHost