errors.fyi community error code reference
ENOTCONN

ENOTCONN

posix

Socket is not connected

A send, receive, or other operation requiring a connection was attempted on an unconnected socket. Numeric value is platform-specific: 107 on Linux, 57 on macOS.

References

windows-errno

Socket not connected

send() or recv() was called on an unconnected socket.

Numeric value: 126

References

← all namespaces