Expand description

Rejection response types.

Structs

Rejection type used when buffering the request into a String if the body doesn’t contain valid UTF-8.
Encountered some other error when buffering the body.
Encountered an unknown error when buffering the body.

Enums

Rejection used for Bytes.
Rejection type for extractors that buffer the request body. Used if the request body cannot be buffered due to an error.
Rejection used for String.