imag/libimagentrylist/src/error.rs

10 lines
255 B
Rust
Raw Normal View History

generate_error_imports!();
2016-03-26 13:41:34 +00:00
generate_error_types!(ListError, ListErrorKind,
FormatError => "FormatError",
EntryError => "EntryError",
IterationError => "IterationError",
CLIError => "No CLI subcommand for listing entries"
);
2016-03-26 13:41:34 +00:00