Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6111 - Missing return expression

6111   Missing return expression

Cause

This error occurs if the current method is defined as having a return type but a return instruction was encountered that does not return a value.

Action

Remove the return type from the method definition, or add a return value to the return instruction.