From 67357ba8ff3d71f837a100aacd76e5ed3b15592b Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sat, 7 Sep 2024 19:16:40 -0400 Subject: [PATCH] doc: add `ERR_INVALID_ADDRESS` to `errors.md` PR-URL: https://github.com/nodejs/node/pull/54661 Reviewed-By: James M Snell --- doc/api/errors.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index b89144e8131579..558bc46088adef 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -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 . + + +### `ERR_INVALID_ADDRESS` + +The provided address is not understood by the Node.js API. + ### `ERR_INVALID_ADDRESS_FAMILY`