Add error kind for ref handling errors
This commit is contained in:
parent
662af88eb5
commit
c7f890d0d4
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
generate_error_module!(
|
||||
generate_error_types!(MailError, MailErrorKind,
|
||||
RefCreationError => "Error creating a reference to a file/directory",
|
||||
RefHandlingError => "Error while handling the internal reference object",
|
||||
MailParsingError => "Error while parsing mail",
|
||||
|
||||
FetchByHashError => "Error fetching mail from Store by hash",
|
||||
|
|
Loading…
Reference in a new issue