We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ff9b07 commit 14b53dfCopy full SHA for 14b53df
1 file changed
doc/api/errors.md
@@ -1295,18 +1295,20 @@ added: v16.7.0
1295
1296
When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
1297
1298
-<a id="ERR_FS_CP_FIFO_PIPE"></a>
+<a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
1299
1300
### `ERR_HTTP_BODY_NOT_ALLOWED`
1301
1302
An error is thrown when writing to an HTTP response which does not allow
1303
-contents. <a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
+contents.
1304
+
1305
+<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1306
1307
### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
1308
1309
Response body size doesn't match with the specified content-length header value.
1310
-<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
1311
+<a id="ERR_FS_CP_FIFO_PIPE"></a>
1312
1313
### `ERR_FS_CP_FIFO_PIPE`
1314
0 commit comments