Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6196 - Incorrect number of keys

6196   Incorrect number of keys

Cause

This error occurs if your application code uses the bracket ([]) notation to access elements in a collection but the number of keys provided does not match the keys defined for the collection.

Action

Check the definition of the collection class to determine the required number and types of keys, and then correct the input accordingly.