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`