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

SpotifyRatelimitedException
Link copied to clipboard
common
fun SpotifyRatelimitedException(time: Long)
the time, in seconds, until the next request can be sent

Properties

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

Sources

common source
Link copied to clipboard