EGL Java run-time error code VGJ1005E
VGJ1005E: %1 failed. The returned value does not match the type of the return item.
Explanation
The value returned by the Java access function cannot be assigned to the return item because of a type mismatch.
User Response
Change the program logic to use a return item of an appropriate type.