Expand description
Rejection response types.
Structs§
- Invalid
Utf8 - Rejection type used when buffering the request into a
String
if the body doesn’t contain valid UTF-8. - Length
Limit Error - Encountered some other error when buffering the body.
- Unknown
Body Error - Encountered an unknown error when buffering the body.
Enums§
- Bytes
Rejection - Rejection used for
Bytes
. - Failed
ToBuffer Body - Rejection type for extractors that buffer the request body. Used if the request body cannot be buffered due to an error.
- String
Rejection - Rejection used for
String
.