Skip to content

Commit

Permalink
doc: add ERR_INVALID_ADDRESS to errors.md
Browse files Browse the repository at this point in the history
PR-URL: nodejs#54661
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
Aviv Keller authored and louwers committed Nov 2, 2024
1 parent 8da37ae commit 2402aba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 2402aba

Please sign in to comment.