Add more error kinds
This commit is contained in:
parent
a24981b6b6
commit
2929b77248
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
);
|
);
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue