Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6134 - This is not a boolean

6134   This is not a boolean

Cause

This error occurs when a non-Boolean expression is encountered where a Boolean expression is required.

Action

Change the expression so that it yields a Boolean (true or false) value.