Skip to content

Commit d48a22f

Browse files
avivkellertargos
authored andcommittedOct 2, 2024
doc: add ERR_INVALID_ADDRESS to errors.md
PR-URL: #54661 Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent e862eec commit d48a22f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎doc/api/errors.md

+6
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,12 @@ the worker thread.
18791879
There was a bug in Node.js or incorrect usage of Node.js internals.
18801880
To fix the error, open an issue at <https://github.com/nodejs/node/issues>.
18811881

1882+
<a id="ERR_INVALID_ADDRESS"></a>
1883+
1884+
### `ERR_INVALID_ADDRESS`
1885+
1886+
The provided address is not understood by the Node.js API.
1887+
18821888
<a id="ERR_INVALID_ADDRESS_FAMILY"></a>
18831889

18841890
### `ERR_INVALID_ADDRESS_FAMILY`

0 commit comments

Comments
 (0)
Please sign in to comment.