Details
-
Task
-
Resolution: Unresolved
-
Major - P3
-
None
-
None
-
None
-
Query Optimization
Description
When an argument to an operator is missing, the error message is slightly misleading. As an example, for input {pipeline: [{}]} we get the following error:
"syntax error, unexpected end of object at element 'end object' "
"within array at index 0 of input pipeline"
Would be great to detect the expected token or special case this scenario.