ErrorResponse

data class ErrorResponse(val message: String)

Represents the error response received from the playback API.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard