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:

FieldTypeDescription
categorystring 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.
classificationstring 
codestring A stable message code that can be used to compare error types or look up error descriptions.
messagestring A Human readable text describing the warning.