severity property

String? severity
getter/setter pair

The severity of the issue. Possible string values are:

  • "SEVERITY_UNSPECIFIED" : Unspecified severity, never used.
  • "ERROR" : Error severity. The issue prevents the usage of the whole item.
  • "WARNING" : Warning severity. The issue is either one that prevents the usage of the attribute that triggered it or one that will soon prevent the usage of the whole item.
  • "INFO" : Info severity. The issue is one that doesn't require immediate attention. It is, for example, used to communicate which attributes are still pending review.

Implementation

core.String? severity;