Enum actix_multipart::MultipartError [−][src]
pub enum MultipartError {
NoContentType,
ParseContentType,
Boundary,
Nested,
Incomplete,
Parse(ParseError),
Payload(PayloadError),
NotConsumed,
}Expand description
A set of errors that can occur during parsing multipart streams
Variants
Content-Type header is not found
Can not parse Content-Type header
Multipart boundary is not found
Nested multipart is not supported
Multipart stream is incomplete
Error during field parsing
Payload error
Not consumed
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for MultipartErrorimpl Send for MultipartErrorimpl Sync for MultipartErrorimpl Unpin for MultipartErrorimpl !UnwindSafe for MultipartError