WarningEvent

WarningEvent

interface WarningEvent

The common supertype implemented by all different warning events that are emitted by the Player or Source.

Inheritors

Properties

NameSummary
codeabstract val code: WarningCode
The warning code used to identify the warning.
deficiencyDataabstract val deficiencyData: DeficiencyData?
Additional diagnostic information related to the warning.
messageabstract val message: String
The warning message to explain the reason for the warning.