Add more error kinds

This commit is contained in:
Matthias Beyer 2016-09-07 17:33:54 +02:00
parent a24981b6b6
commit 2929b77248

View file

@ -27,7 +27,10 @@ generate_error_module!(
NotOnBranch => "No Branch is checked out", NotOnBranch => "No Branch is checked out",
MkRepo => "Repository creation error", MkRepo => "Repository creation error",
MkSignature => "Error while building Signature object", MkSignature => "Error while building Signature object",
StoreIdStripError => "Couldn't strip prefix from StoreID object" StoreIdHandlingError => "Error handling the store id object",
StoreIdStripError => "Couldn't strip prefix from StoreID object",
RepositoryFileStatusError => "Error while getting file status"
); );
); );