Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2f7828d

Browse filesBrowse files
aduh95marco-ippolito
authored andcommitted
doc: fix unordered error anchors
PR-URL: #55242 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent d08e4c2 commit 2f7828d
Copy full SHA for 2f7828d

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/errors.md‎

Copy file name to clipboardExpand all lines: doc/api/errors.md
+5-3Lines changed: 5 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1301,18 +1301,20 @@ added: v16.7.0
13011301

13021302
When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
13031303

1304-
<a id="ERR_FS_CP_FIFO_PIPE"></a>
1304+
<a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
13051305

13061306
### `ERR_HTTP_BODY_NOT_ALLOWED`
13071307

13081308
An error is thrown when writing to an HTTP response which does not allow
1309-
contents. <a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
1309+
contents.
1310+
1311+
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
13101312

13111313
### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
13121314

13131315
Response body size doesn't match with the specified content-length header value.
13141316

1315-
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1317+
<a id="ERR_FS_CP_FIFO_PIPE"></a>
13161318

13171319
### `ERR_FS_CP_FIFO_PIPE`
13181320

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.