Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6071 - Incompatible parameter type

6071   Incompatible parameter type

Cause

This error occurs if you are passing a parameter to a method (the actual parameter) but the parameter does not match the type of the corresponding parameter in the method definition (the formal parameter).

The meaning of this error depends on the definition of the parameter, as follows.

For full details about assignment compatibility rules, see "JADE Instructions, Expressions, and Assignments", in Chapter 1 of the JADE Developer’s Reference.

Action

Make the parameter types compatible, by correcting the parameter being passed or the method definition.