Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6185 - Invalid mapping method signature

6185   Invalid mapping method signature

Cause

This error occurs if you have defined a mapping method that does not conform to the required signature for mapping methods. Signatures for mapping methods should be entered in the following format.

methodName(set: Boolean; value: type-of-property io) mapping;

Action

Change the mapping method header to conform to the above signature. If you did not intend the method to be a mapping method, remove the mapping option from the method signature.