Add error kind for error when stripping store id path prefix

This commit is contained in:
Matthias Beyer 2016-07-29 16:17:01 +02:00
parent 79b0693fe8
commit c1e430e1ff

View file

@ -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"
); );
); );