errors.fyi community error code reference
EADDRINUSE

EADDRINUSE

posix

Address already in use

The specified network address is already bound to another socket. Numeric value is platform-specific: 98 on Linux, 48 on macOS.

References

windows-errno

Address already in use

The network address (IP + port) is already bound by another socket.

Numeric value: 100

References

← all namespaces