Severity

Represents a problem severity.

Since

8.6

Properties

Link copied to clipboard
Advice-level severity.
Link copied to clipboard
Error-level severity.
Link copied to clipboard
Warning-level severity.

Functions

Link copied to clipboard
abstract fun getSeverity(): Int
The severity level represented by a string.
Link copied to clipboard
abstract fun isKnown(): Boolean
Returns true if this severity is one of ADVICE, WARNING, or ERROR.