You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This throws Argument 2 of function "A" does not match function signature, which is hard to understand, since A does not seem to take arguments. Furthermore, the offending call is to min, not A.
throws The right side of the "A" operator must evaluate to a number. This is unexpected as it should say the right side of the + operator must evaluate to a number.
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
We are seeing undescriptive/misleading error messages when an error occurs within a function. Two minimal examples follow.
Link to JSONata exerciser
This throws
Argument 2 of function "A" does not match function signature
, which is hard to understand, since A does not seem to take arguments. Furthermore, the offending call is tomin
, not A.Similarly,
Link to JSONata exerciser
throws
The right side of the "A" operator must evaluate to a number
. This is unexpected as it should say the right side of the+
operator must evaluate to a number.Thanks
The text was updated successfully, but these errors were encountered: