HTTPError

public struct HTTPError : CustomNSError

A non-OK HTTP status code.

  • The HTTP status code returned by the server.

    Declaration

    Swift

    public let statusCode: Int
  • Optional message returned by the server.

    Declaration

    Swift

    public let message: String?
  • Declaration

    Swift

    public static var errorDomain: String
  • Declaration

    Swift

    public var errorCode: Int { get }
  • Declaration

    Swift

    public var errorUserInfo: [String : Any] { get }