From 1da98ac33cabff3a74a0e9e438e24a38d4d673a8 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Thu, 3 Oct 2024 10:47:46 +0200 Subject: [PATCH] doc: move `ERR_INVALID_PERFORMANCE_MARK` to legacy errors --- doc/api/errors.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 37319f4c3c8d15..a84d631708b2fd 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -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. - - -### `ERR_INVALID_PERFORMANCE_MARK` - -While using the Performance Timing API (`perf_hooks`), a performance mark is -invalid. - ### `ERR_INVALID_PROTOCOL` @@ -3413,6 +3406,18 @@ removed: v15.0.0 An invalid or unknown file encoding was passed. + + +### `ERR_INVALID_PERFORMANCE_MARK` + + + +While using the Performance Timing API (`perf_hooks`), a performance mark is +invalid. + ### `ERR_INVALID_TRANSFER_OBJECT`