SpotifyError

@Serializable
data class SpotifyError(val status: Int, val message: String)

Constructors

Link copied to clipboard
constructor(status: Int, message: String)

Properties

Link copied to clipboard
@SerialName(value = "message")
val message: String
Link copied to clipboard
@SerialName(value = "status")
val status: Int