Struct poem_openapi::error::ParseParamError
source · [−]Expand description
Parameter error.
Fields
name: &'static str
The name of the parameter.
reason: String
The reason for the error.
Trait Implementations
The status code of this error.
Auto Trait Implementations
impl RefUnwindSafe for ParseParamError
impl Send for ParseParamError
impl Sync for ParseParamError
impl Unpin for ParseParamError
impl UnwindSafe for ParseParamError
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