errors.fyi community error code reference
ECHILD
posix

No child processes

wait() or waitpid() was called when no child processes exist, or the specified process group has no children.

Numeric value: 10

References

โ† all namespaces for ECHILD