Enum http_box::util::FieldError [] [src]

pub enum FieldError {
    Name(u8),
    Value(u8),
}

Field errors.

Variants

Invalid field name.

Invalid field value.

Trait Implementations

impl Debug for FieldError
[src]

Formats the value using the given formatter.

impl Display for FieldError
[src]

Formats the value using the given formatter.