Add error kind if ref could not be created
This commit is contained in:
parent
3e63d65689
commit
4d83ce8b6e
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
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",
|
||||||
IOError => "IO Error"
|
IOError => "IO Error"
|
||||||
);
|
);
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue