ErrorEvent
interface ErrorEvent
The common supertype implemented by all different error events that are emitted by the Player or Source.
Inheritors
Properties
| Name | Summary |
|---|---|
| code | abstract val code: ErrorCode The error code used to identify the error. |
| data | abstract val data: Any? Potential additional data. |
| deficiencyData | abstract val deficiencyData: DeficiencyData? Additional diagnostic information related to the error. |
| message | abstract val message: String The error message to explain the reason for the error. |