Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6280 - Cannot assign to meta object

6280   Cannot assign to meta object

Cause

This error occurs if there is an attempt to assign a value to a meta object (for example, the property object Customer::name). This is not valid, as a meta object does not identify a storage location that can act as the target of an assignment.

Action

Change your application code to remove or correct the invalid assignment.