Add agnostic "RefHashingError"

to be used by implementors of Hasher.
This commit is contained in:
Matthias Beyer 2016-09-21 18:03:07 +02:00
parent 80a320d769
commit eec6ef0652

View file

@ -41,7 +41,9 @@ generate_error_module!(
RefTargetPermissionError => "Ref Target permissions insufficient for referencing",
RefTargetCannotBeHashed => "Ref Target cannot be hashed (is it a directory?)",
RefTargetFileCannotBeOpened => "Ref Target File cannot be open()ed",
RefTargetCannotReadPermissions => "Ref Target: Cannot read permissions"
RefTargetCannotReadPermissions => "Ref Target: Cannot read permissions",
RefHashingError => "Error while hashing"
);
);