Spotify Exception
Types
AuthenticationException
Link copied to clipboard
class AuthenticationException(message: String, cause: Throwable?) : SpotifyException
Content copied to clipboard
BadRequestException
Link copied to clipboard
open class BadRequestException(message: String, statusCode: Int?, reason: String?, cause: Throwable?) : SpotifyException
Content copied to clipboard
ParseException
Link copied to clipboard
class ParseException(message: String, cause: Throwable?) : SpotifyException
Content copied to clipboard
ReAuthenticationNeededException
Link copied to clipboard
class ReAuthenticationNeededException(cause: Throwable?, message: String?) : SpotifyException
Content copied to clipboard
SpotifyScopesNeededException
Link copied to clipboard
class SpotifyScopesNeededException(cause: Throwable?, missingScopes: List<SpotifyScope>) : SpotifyException.BadRequestException
Content copied to clipboard
TimeoutException
Link copied to clipboard
class TimeoutException(message: String, cause: Throwable?) : SpotifyException
Content copied to clipboard
UnNullableException
Link copied to clipboard
Properties
Inheritors
SpotifyException
Link copied to clipboard
SpotifyException
Link copied to clipboard
SpotifyException
Link copied to clipboard
SpotifyException
Link copied to clipboard
SpotifyException
Link copied to clipboard
SpotifyException
Link copied to clipboard
Sources
common source
Link copied to clipboard