ParseException

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

Exception signifying that JSON (de)serialization failed. This is likely a library error rather than user error.

Constructors

ParseException
Link copied to clipboard
common
fun ParseException(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