PlayerError

data class PlayerError(val type: PlayerErrorType) : UniErrorEvent

Constructors

Link copied to clipboard
constructor(type: PlayerErrorType)

Properties

Link copied to clipboard
val type: PlayerErrorType

Functions

Link copied to clipboard
operator fun component1(): PlayerErrorType
Link copied to clipboard
fun copy(type: PlayerErrorType): UniErrorEvent.PlayerError