EDC5115I
No child processes.

Explanation

A wait() or waitpid() function was executed by a process that had no existing or unwaited-for child processes. This message is equivalent to the POSIX.1 ECHILD errno.

System action

The request has failed. The application continues to run.

Programmer response

Ensure that a child process exists.

Symbolic Feedback Code

EDC4VR