|
|||||
Attempted to return multiple times from a non-void returning function.
Explanation
For functions that have a return value, it is not possible to execute the return action multiple times. This error can be produced when, for a non-void returning function, return is invoked more than once in always and catch parts that OmniMark executes as part of unwinding.