Severity is an enumerated list regarding output diagnostics from query validation.

This enumerated datatype is used by the datatype, QueryDiagnostic, which two other datatypes: QueryValidationResult, which is used by the validateQuery() query field; and SourceEventsQueryResultType, which is used by the datatype, drilldowns, which it's used by queryAnalysis, which is in turn used by the queryAnalysis() query field.

Table: Severity

ParameterTypeRequiredDefaultStabilityDescription
Some input parameters may be required, as indicated in the Required column. For return values, this indicates that you are assured a value if the field is requested for the results.
Table last updated: May 9, 2025
Error   PreviewThe query validation's diagnosis returned an error.
Hint   PreviewThe query validation's diagnosis is a hint.
Information   PreviewThe query validation's diagnosis contains information, only.
Warning   PreviewThe severity of the query validation's diagnosis is a warning.