Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6083 - Cannot assign to type

6083   Cannot assign to type

Cause

This error occurs if your application code assigns a value to a class or primitive type. It is also returned if the operand of a create instruction is a class or primitive type.

Action

Remove or correct the invalid assignment. If you are coding a create instruction, the first operand should be a local variable or property that is to store the created instance.