Expand description

Rejection response types.

Structs

Rejection type used if you try and extract the request body more than once.

Rejection used if the request extension has been taken by another extractor.

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

Rejection used if the headers has been taken by another extractor.

Rejection type used when buffering the request into a String if the body doesn’t contain valid UTF-8.

Enums

Rejection used for Bytes.

Rejection used for String.