Skip to content

Commit

Permalink
doc: move ERR_INVALID_PERFORMANCE_MARK to legacy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Oct 3, 2024
1 parent 36ca010 commit 1da98ac
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions doc/api/errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -3413,6 +3406,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`
Expand Down

0 comments on commit 1da98ac

Please sign in to comment.