GeoJSON object type not supported: '{0}'. Currently supported types are 'Point' and 'Polygon'. Example: "{{'type':'Point', 'coordinates':[0.0,0.0]}}".
Function '{0}' returns a value of unsupported type: '{1}'. Only 'Number', 'Date', 'String', 'Object' and 'Array' types are ...
GeJSON point must contain field "type" with value "Point" and field "coordinates" with 2 float type elements. Values cannot ...
GeJSON polygon must contain field "type" with value "Polygon" and field "coordinates" with a list of no less than 4 point ...
GeoJSON LineString must contain field "type" with value "LineString" and field "coordinates" with a list of no less than ...
GeoJSON object type not supported: '{0}'. Currently supported types are 'Point' and 'Polygon'. Example: "{'type':'Point', ...
GeoJSON object type not supported: '{0}'. Currently supported types are 'Point' and 'Polygon'. Example: "{'type':'Point', ...
If 'TIMESTAMP BY OVER' and 'PARTITION BY' clauses are used in the query, all query steps and input sources must use the same ...
If an event fails to be written to the output, you have a couple of options. 'Drop' which drops the event that caused the ...
If any of the input sources use TIMESTAMP BY OVER clause, all other input sources must have TIMESTAMP BY OVER clause specifying ...