Product Information > JADE Error Messages and System Messages > 31700 through 31899 - Messaging Framework Errors > 31783 - Type of bodyTuple is incompatible with value parameter

31783   Type of bodyTuple is incompatible with value parameter

Cause

This error occurs if the value parameter of the getBodyTuple method is not compatible with the type of the data in the tuple (for example, if the data in the tuple is a String and the value parameter is type Integer).

Action

The incompatibilities can be avoided if the value parameter is declared as type Any.