From 631856ea32052e0024255e908127e8eaf0bf3b38 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 12 Jun 2021 17:13:14 -0700 Subject: [PATCH] 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 6698188c1305cc..33a1692fa07b58 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1003,6 +1003,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`