diff --git a/doc/api/errors.md b/doc/api/errors.md index 779fa154d6592a..663fd7d35ba561 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1868,6 +1868,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 . + + +### `ERR_INVALID_ADDRESS` + +The provided address is not understood by the Node.js API. + ### `ERR_INVALID_ADDRESS_FAMILY`