getSeverity

abstract fun getSeverity(): Severity(source)

Problem severity.

The severity of a problem is a hint to the user about how important the problem is. ERROR will fail the build, WARNING will not.

Since

8.9