Enum ares::Error [] [src]

pub enum Error {
    UnexpectedType {
        expected: String,
        found: String,
    },
    UnexpectedArity {
        expected: u16,
        found: u16,
    },
}

Variants

Fields of UnexpectedType

Fields of UnexpectedArity

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.