ClientError

public enum ClientError: Error

The ClientError enum describes domain specific errors for the Client class.

  • Indicates the url of the request is invalid.

    Declaration

    Swift

    case invalidURL
  • Indicates the request failed due to authentcataion failing.

    Declaration

    Swift

    case unauthorized