Product Information > JADE Error Messages and System Messages > 1400 through 1499 - Miscellaneous Runtime Errors > 1426 - Dynamic Object property type mismatch

1426   Dynamic Object property type mismatch

Cause

This error occurs when the type of the value that is passed to a setPropertyValue operation on a dynamic object does not match the defined type for the specified property.

This error occurs if a dynamic object that is populated and returned by a specified method is passed to a different method that attempts to reuse the predefined properties on the object, but the property types are inconsistent.

Action

Avoid passing dynamic objects with predefined properties to methods that expect and create a dynamic object with different properties.