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

pub enum FileConvError {
    Creation(ChronoError),
    ControlTotal {
        expected: i64,
        actual: i64,
    },
    GroupsNum {
        expected: usize,
        actual: usize,
    },
    RecordsNum {
        expected: usize,
        actual: usize,
    },
}

Variants

Fields of ControlTotal

Fields of GroupsNum

Fields of RecordsNum

Trait Implementations

impl Debug for FileConvError
[src]

Formats the value using the given formatter.

impl Clone for FileConvError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more