Struct poem_openapi::error::ParseJsonError
source · [−]pub struct ParseJsonError {
pub reason: String,
}
Expand description
Parse JSON error.
Fields
reason: String
The reason for the error.
Trait Implementations
The status code of this error.
Auto Trait Implementations
impl RefUnwindSafe for ParseJsonError
impl Send for ParseJsonError
impl Sync for ParseJsonError
impl Unpin for ParseJsonError
impl UnwindSafe for ParseJsonError
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