Skip to content

Commit 67357ba

Browse files
authored
doc: add ERR_INVALID_ADDRESS to errors.md
PR-URL: #54661 Reviewed-By: James M Snell <[email protected]>
1 parent 3d410f8 commit 67357ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/api/errors.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1855,6 +1855,12 @@ the worker thread.
18551855
There was a bug in Node.js or incorrect usage of Node.js internals.
18561856
To fix the error, open an issue at <https://github.com/nodejs/node/issues>.
18571857

1858+
<a id="ERR_INVALID_ADDRESS"></a>
1859+
1860+
### `ERR_INVALID_ADDRESS`
1861+
1862+
The provided address is not understood by the Node.js API.
1863+
18581864
<a id="ERR_INVALID_ADDRESS_FAMILY"></a>
18591865

18601866
### `ERR_INVALID_ADDRESS_FAMILY`

0 commit comments

Comments
 (0)