Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6162 - Cannot define global constant in terms of type constant

6162   Cannot define global constant in terms of type constant

Cause

This error occurs if you attempt to define a global constant in terms of a class constant or primitive type constant. This is not supported.

Action

Change the global constant so that it is defined only in terms of literal values or other global constants.