We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63dbb69 commit 744c723Copy full SHA for 744c723
doc/api/errors.md
@@ -1301,18 +1301,20 @@ added: v16.7.0
1301
1302
When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
1303
1304
-<a id="ERR_FS_CP_FIFO_PIPE"></a>
+<a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
1305
1306
### `ERR_HTTP_BODY_NOT_ALLOWED`
1307
1308
An error is thrown when writing to an HTTP response which does not allow
1309
-contents. <a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
+contents.
1310
+
1311
+<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1312
1313
### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
1314
1315
Response body size doesn't match with the specified content-length header value.
1316
-<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1317
+<a id="ERR_FS_CP_FIFO_PIPE"></a>
1318
1319
### `ERR_FS_CP_FIFO_PIPE`
1320
0 commit comments