SpotifyErrorResponse

@Serializable
data class SpotifyErrorResponse(val error: SpotifyError)

Constructors

Link copied to clipboard
constructor(error: SpotifyError)

Properties

Link copied to clipboard
@SerialName(value = "error")
val error: SpotifyError