From e6748f56d1bae5ea8cef71562086bad4be432887 Mon Sep 17 00:00:00 2001 From: Aviv Keller <38299977+RedYetiDev@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:49:16 -0400 Subject: [PATCH] doc: add `ERR_INVALID_ADDRESS` to `errors.md` --- 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`