EGL1901E Return Type mismatch.

Explanation

A delegate was invoked and one of the parameters passed to it was the wrong type.

User Response

Correct the code to make sure the parameter types are correct.


Feedback