Struct bodyparser::BodyError [] [src]

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

Fields

detail: String cause: BodyErrorCause

Trait Implementations

impl Debug for BodyError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl StdError for BodyError
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&StdError>

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

impl Display for BodyError
[src]

fn fmt(&self, formatter: &mut Formatter) -> Result

Formats the value using the given formatter.