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