Add error kind for error when stripping store id path prefix
This commit is contained in:
parent
79b0693fe8
commit
c1e430e1ff
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ generate_error_module!(
|
||||||
HeadFetchError => "Error while getting HEAD",
|
HeadFetchError => "Error while getting HEAD",
|
||||||
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"
|
||||||
);
|
);
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue