Struct multipart::server::iron::FileCountLimitError [] [src]

pub struct FileCountLimitError(_);

An error returned from Intercept when the file count limit for a single request was exceeded.

Trait Implementations

impl Debug for FileCountLimitError
[src]

Formats the value using the given formatter.

impl Error for FileCountLimitError
[src]

A short description of the error. Read more

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

impl Display for FileCountLimitError
[src]

Formats the value using the given formatter. Read more

impl Into<IronError> for FileCountLimitError
[src]

Performs the conversion.