errors.fyi community error code reference
EINTR

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

windows-errno

Interrupted function call

An asynchronous signal interrupted the function before it could complete.

Numeric value: 4

References

← all namespaces