diff --git a/doc/api/errors.md b/doc/api/errors.md
index 5106ba9a8ac56c..31138fab0b23f1 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
@@ -1649,6 +1654,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_ENCODING