SpotifyScopesNeededException

Exception signifying that the current api token does not have the necessary scope to complete this request

Constructors

Link copied to clipboard
constructor(cause: Throwable? = null, missingScopes: List<SpotifyScope>)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
Link copied to clipboard
val reason: String? = null
Link copied to clipboard
val statusCode: Int? = null