diff --git a/doc/api/errors.md b/doc/api/errors.md
index b15ba7c188fe85..7ac741bba68737 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1007,6 +1007,22 @@ added: v15.0.0
An attempt to invoke an unsupported crypto operation was made.
+
+### `ERR_DEBUGGER_ERROR`
+
+
+An error occurred with the [debugger][].
+
+
+### `ERR_DEBUGGER_STARTUP_ERROR`
+
+
+The [debugger][] timed out waiting for the required host/port to be free.
+
### `ERR_DLOPEN_FAILED`