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 0b58196 commit ea5ffdeCopy full SHA for ea5ffde
README.md
@@ -300,6 +300,13 @@ contained an encoding but the "inflation" option was set to `false`. The
300
`'encoding.unsupported'`, and the `charset` property will be set to the
301
encoding that is unsupported.
302
303
+### entity parse failed
304
+
305
+This error will occur when the request contained an entity that could not be
306
+parsed by the middleware. The `status` property is set to `400`, the `type`
307
+property is set to `'entity.parse.failed'`, and the `body` property is set to
308
+the entity value that failed parsing.
309
310
### request aborted
311
312
This error will occur when the request is aborted by the client before reading
0 commit comments