Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1423 - Dynamic Object property index out of range

1423   Dynamic Object property index out of range

Cause

This error occurs when a property index value passed to a method of the JadeDynamicObject class exceeds the number of properties currently defined for the object.

Action

Change your application code to ensure that the index is within the range of one (1) through the value of the propertyCount attribute.