diff --git a/doc/api/errors.md b/doc/api/errors.md index 5cff66c217049d..68ac599e7737f3 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -2441,18 +2441,6 @@ cannot be serialized. This can only happen when native addons create `SharedArrayBuffer`s in "externalized" mode, or put existing `SharedArrayBuffer` into externalized mode. - -### `ERR_UNKNOWN_BUILTIN_MODULE` - - -The `'ERR_UNKNOWN_BUILTIN_MODULE'` error code is 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_STDIN_TYPE`