errors.fyi community error code reference
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

โ† all namespaces for ENOTCONN