errors.fyi community error code reference
EWOULDBLOCK

EWOULDBLOCK

posix

Operation would block

The operation would block on a non-blocking descriptor. On most platforms EWOULDBLOCK is an alias for EAGAIN and shares its numeric value: 11 on Linux, 35 on macOS.

References

windows-errno

Operation would block

The socket is in non-blocking mode and the operation would block. Equivalent to EAGAIN for sockets.

Numeric value: 140

References

← all namespaces