Add agnostic "RefHashingError"
to be used by implementors of Hasher.
This commit is contained in:
parent
80a320d769
commit
eec6ef0652
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@ generate_error_module!(
|
||||||
RefTargetPermissionError => "Ref Target permissions insufficient for referencing",
|
RefTargetPermissionError => "Ref Target permissions insufficient for referencing",
|
||||||
RefTargetCannotBeHashed => "Ref Target cannot be hashed (is it a directory?)",
|
RefTargetCannotBeHashed => "Ref Target cannot be hashed (is it a directory?)",
|
||||||
RefTargetFileCannotBeOpened => "Ref Target File cannot be open()ed",
|
RefTargetFileCannotBeOpened => "Ref Target File cannot be open()ed",
|
||||||
RefTargetCannotReadPermissions => "Ref Target: Cannot read permissions"
|
RefTargetCannotReadPermissions => "Ref Target: Cannot read permissions",
|
||||||
|
|
||||||
|
RefHashingError => "Error while hashing"
|
||||||
);
|
);
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue