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 arguments may be required, as indicated in the Required column. For return datatypes, this indicates that you must specify which fields you want returned in 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.