PlayerErrorsRaised

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

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
Link copied to clipboard