mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
doc: add ERR_INVALID_ADDRESS
to errors.md
PR-URL: https://github.com/nodejs/node/pull/54661 Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
3d410f8635
commit
67357ba8ff
@ -1855,6 +1855,12 @@ the worker thread.
|
||||
There was a bug in Node.js or incorrect usage of Node.js internals.
|
||||
To fix the error, open an issue at <https://github.com/nodejs/node/issues>.
|
||||
|
||||
<a id="ERR_INVALID_ADDRESS"></a>
|
||||
|
||||
### `ERR_INVALID_ADDRESS`
|
||||
|
||||
The provided address is not understood by the Node.js API.
|
||||
|
||||
<a id="ERR_INVALID_ADDRESS_FAMILY"></a>
|
||||
|
||||
### `ERR_INVALID_ADDRESS_FAMILY`
|
||||
|
Loading…
Reference in New Issue
Block a user