Enum bodyparser::BodyErrorCause [] [src]

pub enum BodyErrorCause {
    Utf8Error(Utf8Error),
    IoError(Error),
    ParserError(ParserError),
    DecoderError(DecoderError),
}

Variants

Utf8Error
IoError
ParserError
DecoderError

Trait Implementations

Derived Implementations

impl Debug for BodyErrorCause

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