diff --git a/doc/api/errors.md b/doc/api/errors.md
index 0a7ea79a5f1ea2..0fbd383676a00f 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -869,6 +869,11 @@ forbidden.
For HTTP/2 requests using the `CONNECT` method, the `:scheme` pseudo-header is
forbidden.
+
+### ERR_HTTP2_ERROR
+
+A non-specific HTTP/2 error has occurred.
+
### ERR_HTTP2_GOAWAY_SESSION
@@ -1644,6 +1649,13 @@ A string that contained unescaped characters was received.
An unhandled error occurred (for instance, when an `'error'` event is emitted
by an [`EventEmitter`][] but an `'error'` handler is not registered).
+
+### ERR_UNKNOWN_BUILTIN_MODULE
+
+Used to identify a specific kind of internal Node.js error that should not
+typically be triggered by user code. Instances of this error point to an
+internal bug within the Node.js binary itself.
+
### ERR_UNKNOWN_CREDENTIAL