Struct limiter::RequestTooLarge [] [src]

pub struct RequestTooLarge;

The error thrown when the request body size is larger than the limit set by the middleware.

Trait Implementations

impl Debug for RequestTooLarge
[src]

Formats the value using the given formatter.

impl Display for RequestTooLarge
[src]

Formats the value using the given formatter. Read more

impl Error for RequestTooLarge
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more