Spotify Scopes Needed Exception
class SpotifyScopesNeededException(cause: Throwable? = null, val missingScopes: List<SpotifyScope>) : SpotifyException.BadRequestException(source)
Exception signifying that the current api token does not have the necessary scope to complete this request