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: #54661
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
RedYetiDev committed Sep 7, 2024
1 parent 3d410f8 commit 67357ba
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 67357ba

Please sign in to comment.