Skip to content
JS
Node.js error

ERR_SOCKET_HANDLE_ADOPTED

An operation was attempted on a BoundSocket that had already been adopted by a net.Server or net.Socket, or transferred to another thread. Once a bound socket is adopted or transferred, its address() and close() methods can no longer be used.

Reference entryNode.jsFetched

Node.js documentation lists the code ERR_SOCKET_HANDLE_ADOPTED without the printed message text.

Category
Node.js error codes
Severity
error
Runtime
node
or press Cmd/Ctrl + Enter. The text is only sent to this site to match it.
Source: Node.js documentation. Data fetched 2026-09-25T01:43:12.380Z.