SKError

public struct SKError : Error, JSONDecodable

An error returned by the Spotify Web API.

See also

The Web API Error object.
  • The HTTP response status returned by the Web API.

    Declaration

    Swift

    public let status: SKResponseStatus
  • A short description of the cause of the error.

    Declaration

    Swift

    public let message: String
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public var errorDescription: String? { get }