diff --git a/doc/api/errors.md b/doc/api/errors.md index fd76b2a1f8a7ee..90d111ce592b34 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1301,18 +1301,20 @@ added: v16.7.0 When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path. - + ### `ERR_HTTP_BODY_NOT_ALLOWED` An error is thrown when writing to an HTTP response which does not allow -contents. +contents. + + ### `ERR_HTTP_CONTENT_LENGTH_MISMATCH` Response body size doesn't match with the specified content-length header value. - + ### `ERR_FS_CP_FIFO_PIPE`