mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
doc: fix unordered error anchors
PR-URL: https://github.com/nodejs/node/pull/55242 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
@@ -1295,18 +1295,20 @@ added: v16.7.0
|
||||
|
||||
When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
|
||||
|
||||
<a id="ERR_FS_CP_FIFO_PIPE"></a>
|
||||
<a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
|
||||
|
||||
### `ERR_HTTP_BODY_NOT_ALLOWED`
|
||||
|
||||
An error is thrown when writing to an HTTP response which does not allow
|
||||
contents. <a id="ERR_HTTP_BODY_NOT_ALLOWED"></a>
|
||||
contents.
|
||||
|
||||
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
|
||||
|
||||
### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
|
||||
|
||||
Response body size doesn't match with the specified content-length header value.
|
||||
|
||||
<a id="ERR_HTTP_CONTENT_LENGTH_MISMATCH"></a>
|
||||
<a id="ERR_FS_CP_FIFO_PIPE"></a>
|
||||
|
||||
### `ERR_FS_CP_FIFO_PIPE`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user