Query warnings
Warnings when executing a query are returned in a
WarningJson
structure within the
overall query response. The warnings are included here to avoid the
whole query failing and instead highlight individual warnings within
the query process. The structure of the warning is shown in the table
below:
Table: Warning JSON Object Fields
Field | Type | Description |
---|---|---|
category | string | Warnings are categorised to allow you to deal with a whole set of warnings the same way. Other values may be returned if cluster nodes are out of sync, using a newer or older version of LogScale. |
classification | string | |
code | string | A stable message code that can be used to compare error types or look up error descriptions. |
message | string | A Human readable text describing the warning. |