Struct bodyparser::BodyError [] [src]

pub struct BodyError {
    pub detail: String,
    pub cause: BodyErrorCause,
}

Fields

Trait Implementations

impl Debug for BodyError
[src]

Formats the value using the given formatter.

impl StdError for BodyError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl Display for BodyError
[src]

Formats the value using the given formatter. Read more