errors.fyi community error code reference
EAGAIN

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

windows-errno

Resource temporarily unavailable

The resource is temporarily unavailable. The operation may succeed if retried.

Numeric value: 11

References

← all namespaces