Enum actix_form_data::Error [−][src]
pub enum Error<E> {
Show 15 variants
FileFn(E),
Payload(PayloadError),
Multipart(MultipartError),
ParseField(FromUtf8Error),
ParseInt(ParseIntError),
ParseFloat(ParseFloatError),
ContentType,
ContentDisposition,
Field,
FieldCount,
FieldSize,
FieldType,
Filename,
FileCount,
FileSize,
}Variants
Multipart(MultipartError)Tuple Fields of Multipart
ParseField(FromUtf8Error)Tuple Fields of ParseField
ParseInt(ParseIntError)Tuple Fields of ParseInt
ParseFloat(ParseFloatError)Tuple Fields of ParseFloat
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.