doc: move ERR_INVALID_PERFORMANCE_MARK to legacy errors

PR-URL: https://github.com/nodejs/node/pull/55247
Refs: https://github.com/nodejs/node/pull/14680
Refs: https://github.com/nodejs/node/pull/39297
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
Antoine du Hamel 2024-10-10 11:52:42 +02:00 committed by GitHub
parent 31a37e777d
commit 4a3fffaf58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2003,13 +2003,6 @@ An invalid [`package.json`][] file failed parsing.
The `package.json` [`"exports"`][] field contains an invalid target mapping
value for the attempted module resolution.
<a id="ERR_INVALID_PERFORMANCE_MARK"></a>
### `ERR_INVALID_PERFORMANCE_MARK`
While using the Performance Timing API (`perf_hooks`), a performance mark is
invalid.
<a id="ERR_INVALID_PROTOCOL"></a>
### `ERR_INVALID_PROTOCOL`
@ -3473,6 +3466,18 @@ removed: v15.0.0
An invalid or unknown file encoding was passed.
<a id="ERR_INVALID_PERFORMANCE_MARK"></a>
### `ERR_INVALID_PERFORMANCE_MARK`
<!-- YAML
added: v8.5.0
removed: v16.7.0
-->
While using the Performance Timing API (`perf_hooks`), a performance mark is
invalid.
<a id="ERR_INVALID_TRANSFER_OBJECT"></a>
### `ERR_INVALID_TRANSFER_OBJECT`