Enum actix_form_data::Error [−][src]
pub enum Error {
Show 17 variants
FileFn(Error),
Payload(PayloadError),
Multipart(MultipartError),
ParseField(FromUtf8Error),
ParseInt(ParseIntError),
ParseFloat(ParseFloatError),
ContentType,
ContentDisposition,
Field,
FieldCount,
FieldSize,
FieldType,
Filename,
FileCount,
FileSize,
MissingMiddleware,
TxDropped,
}Variants
FileFn(Error)Tuple Fields of FileFn
0: ErrorMultipart(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.