Add error kind for ref handling errors

This commit is contained in:
Matthias Beyer 2016-09-21 19:25:25 +02:00
parent 662af88eb5
commit c7f890d0d4

View file

@ -1,6 +1,7 @@
generate_error_module!( generate_error_module!(
generate_error_types!(MailError, MailErrorKind, generate_error_types!(MailError, MailErrorKind,
RefCreationError => "Error creating a reference to a file/directory", RefCreationError => "Error creating a reference to a file/directory",
RefHandlingError => "Error while handling the internal reference object",
MailParsingError => "Error while parsing mail", MailParsingError => "Error while parsing mail",
FetchByHashError => "Error fetching mail from Store by hash", FetchByHashError => "Error fetching mail from Store by hash",