Enum http_box::util::QueryError [] [src]

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

Query errors.

Variants

Invalid query name.

Invalid query value.

Trait Implementations

impl Debug for QueryError
[src]

Formats the value using the given formatter.

impl Display for QueryError
[src]

Formats the value using the given formatter.