Spotify Scopes Needed Exception
class SpotifyScopesNeededException(cause: Throwable?, missingScopes: List<SpotifyScope>) : SpotifyException.BadRequestException
Content copied to clipboard
Exception signifying that the current api token does not have the necessary scope to complete this request
Constructors
SpotifyScopesNeededException
Link copied to clipboard
fun SpotifyScopesNeededException(cause: Throwable? = null, missingScopes: List<SpotifyScope>)
Content copied to clipboard
Properties
Sources
common source
Link copied to clipboard