errors.fyi community error code reference
EISCONN

EISCONN

posix

Socket is already connected

A connect() or bind() operation was attempted on a socket that is already connected. Numeric value is platform-specific: 106 on Linux, 56 on macOS.

References

windows-errno

Already connected

connect() was called on a socket that is already connected.

Numeric value: 113

References

← all namespaces