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:
Aviv Keller 2024-09-07 19:16:40 -04:00 committed by GitHub
parent 3d410f8635
commit 67357ba8ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`