From 787cacc8695f681120f6b82551f9f045d5631cfc Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 12 Jun 2021 17:13:14 -0700 Subject: [PATCH 1/5] errors: add ERR_DEBUGGER_ERROR PR-URL: https://github.com/nodejs/node/pull/39024 Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Jan Krems --- doc/api/errors.md | 9 +++++++++ lib/internal/errors.js | 1 + 2 files changed, 10 insertions(+) diff --git a/doc/api/errors.md b/doc/api/errors.md index b15ba7c188fe85..73b0a2b1b559b6 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1007,6 +1007,14 @@ added: v15.0.0 An attempt to invoke an unsupported crypto operation was made. + +### `ERR_DEBUGGER_ERROR` + + +An error occurred with the [debugger][]. + ### `ERR_DLOPEN_FAILED` + +The [debugger][] timed out waiting for the required host/port to be free. + ### `ERR_DLOPEN_FAILED`