severity property

int severity
final

The severity of the error, which can be one of the following:

  • 1: Error
  • 2: Warning
  • 3: Information
  • 4: Hint

Implementation

final int severity;