errors.fyi community error code reference
EINTR
posix

Interrupted function call

A signal was received while the system call was in progress, causing it to return prematurely. The call may be retried.

Numeric value: 4

References

โ† all namespaces for EINTR