Enum rouille::input::multipart::MultipartError [] [src]

pub enum MultipartError {
    WrongContentType,
    BodyAlreadyExtracted,
}

Error that can happen when decoding multipart data.

Variants

The Content-Type header of the request indicates that it doesn't contain multipart data or is invalid.

Can't parse the body of the request because it was already extracted.

Trait Implementations

impl Clone for MultipartError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MultipartError
[src]

Formats the value using the given formatter.

impl Error for MultipartError
[src]

A short description of the error. Read more

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

impl Display for MultipartError
[src]

Formats the value using the given formatter.