ESRCHESRCH — No Such Process
No process matching the specified process ID was found.
SIGSYS (31)The process made an invalid system call or one blocked by a seccomp filter.
The process invoked an invalid system call number or one blocked by seccomp-bpf. Docker containers commonly restrict system calls.
Check the seccomp profile. Add the required system call to the allow list. Use a custom seccomp profile in Docker.
ESRCHNo process matching the specified process ID was found.
EACCESThe requested access to a file or resource is not allowed by the file permissions.
ENOLINKA remote resource linked via a network filesystem is no longer accessible.
ENOTEMPTYAn attempt was made to remove a directory that still contains entries.
EEXISTA file creation operation failed because a file with the specified name already exists.
EBADFA file descriptor argument is not a valid open file descriptor or is not open for the requested operation.