Database Error Messages

JZN-00057

cannot convert BOOLEAN value to number

Cause

An attempt was made to convert a BOOLEAN value that was selected by a JavaScript Object Notation (JSON path) expression to a number with a number() or numberOnly() function.


Action

Remove the number()/numberOnly() function from the JSON path expression.