SKAuthenticationError
public struct SKAuthenticationError : Error, JSONDecodable
An authentication error returned by the Spotify Web API.
See also
The Web API Authentication Error object.-
A high-level description of the error, as specified in RFC 6749 Section 5.2.
Declaration
Swift
public let status: String
-
A more detailed description of the error, as specified in RFC 6749 Section 4.1.2.1.
Declaration
Swift
public let message: String
-
Declaration
Swift
public var errorDescription: String? { get }