Enum baimax::ast::convert::GroupConvError [] [src]

pub enum GroupConvError {
    Status,
    AsOf(ChronoError),
    Currency(String),
    AsOfDateMod,
    ControlTotal {
        expected: i64,
        actual: i64,
    },
    AccountsNum {
        expected: usize,
        actual: usize,
    },
    RecordsNum {
        expected: usize,
        actual: usize,
    },
}

Variants

Fields of ControlTotal

Fields of AccountsNum

Fields of RecordsNum

Trait Implementations

impl Debug for GroupConvError
[src]

Formats the value using the given formatter.

impl Clone for GroupConvError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more