PlayerErrorsRaised

@Serializable
data class PlayerErrorsRaised(val playerId: PlayerId, val errors: List<PlayerError>) : MediaEvent

Send a list of any errors that need to be delivered.

Official doc

Constructors

Link copied to clipboard
constructor(playerId: PlayerId, errors: List<PlayerError>)

Properties

Link copied to clipboard

(undocumented in the protocol definition)

Link copied to clipboard

(undocumented in the protocol definition)