TimeoutException

class TimeoutException(message: String, cause: Throwable?) : SpotifyException

Exception signifying that the HTTP request associated with this API endpoint timed out (by default, after 100 seconds).

Constructors

TimeoutException
Link copied to clipboard
common
fun TimeoutException(message: String, cause: Throwable? = null)

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