Struct poem_openapi::error::ParseMultipartError
source · [−]pub struct ParseMultipartError {
pub reason: String,
}
Expand description
Parse multipart error.
Fields
reason: String
The reason for the error.
Trait Implementations
The status code of this error.
Auto Trait Implementations
impl RefUnwindSafe for ParseMultipartError
impl Send for ParseMultipartError
impl Sync for ParseMultipartError
impl Unpin for ParseMultipartError
impl UnwindSafe for ParseMultipartError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more