diff --git a/doc/api/errors.md b/doc/api/errors.md
index 4c31a19fed3338..a4f6902be32d63 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1306,6 +1306,12 @@ When using [`fs.cp()`][], `src` or `dest` pointed to an invalid path.
+### `ERR_HTTP_CONTENT_LENGTH_MISMATCH`
+
+Response body size doesn't match with the specified content-length header value.
+
+
+
### `ERR_FS_CP_FIFO_PIPE`