SpotifyRatelimitedException

Thrown when SpotifyApiOptions.retryWhenRateLimited is false and requests have been ratelimited

Parameters

time

the time, in seconds, until the next request can be sent

Constructors

Link copied to clipboard
constructor(time: Long)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?