WarningEvent

interface WarningEvent

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

Inheritors

Properties

Link copied to clipboard
abstract val code: WarningCode

The warning code used to identify the warning.

Link copied to clipboard

Additional diagnostic information related to the warning.

Link copied to clipboard
abstract val message: String

The warning message to explain the reason for the warning.