errors.fyi community error code reference
EAGAIN
posix

Resource temporarily unavailable

The operation would block and the descriptor is configured for non-blocking I/O. Retry the operation. Numeric value is platform-specific: 11 on Linux, 35 on macOS.

References

โ† all namespaces for EAGAIN