Enum form_data::Error[][src]

pub enum Error {
    FsPool(Error),
    Payload(PayloadError),
    Multipart(MultipartError),
    ParseField(FromUtf8Error),
    ParseInt(ParseIntError),
    ParseFloat(ParseFloatError),
    GenFilename,
    ContentType,
    ContentDisposition,
    MkDir,
    Field,
    FieldCount,
    FieldSize,
    FieldType,
    Filename,
    FileCount,
    FileSize,
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<MultipartError> for Error
[src]

Performs the conversion.

impl From<PayloadError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl ResponseError for Error
[src]

Create response for error Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error