2236

Description: Method %1 must return a value.

Cause: Current method has a return type but not the used Return command to return a value.

Resolution: Use the Return command to return a value or remove the return type from the current method.