Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6062 - Non-boolean operand

6062   Non-boolean operand

Cause

This error occurs if your application code attempts to perform a Boolean operation (and, or, or not) on an operand that is not of type Boolean.

Action

Delete the invalid expression, or modify the operator or the operand to make the expression valid.

In some cases, it may be possible to type cast the invalid operand to a Boolean primitive type in order to produce a valid expression.