Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6042 - Same name as existing class constant

6042   Same name as existing class constant

Cause

This error occurs if you attempt to define a constant with the same name as an existing class constant.

Action

Rename the constant that you are attempting to define, or delete the existing constant.