static HighlightSeverity[] |
HighlightSeverity.DEFAULT_SEVERITIES |
Standard severities levels
|
static HighlightSeverity |
HighlightSeverity.ERROR |
The standard severity level for error annotations.
|
static HighlightSeverity |
HighlightSeverity.GENERIC_SERVER_ERROR_OR_WARNING |
The severity level for errors or warnings obtained from server.
|
static HighlightSeverity |
HighlightSeverity.INFO |
The standard severity level for 'weak' :) warning annotations.
|
static HighlightSeverity |
HighlightSeverity.INFORMATION |
The standard severity level for information annotations.
|
static HighlightSeverity |
HighlightSeverity.WARNING |
The standard severity level for warning annotations.
|