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

โ† all namespaces for EISCONN