Add error kind if StoreId has no base part

This commit is contained in:
Matthias Beyer 2016-09-05 16:32:43 +02:00
parent 84b279de95
commit b8f612632d

View file

@ -44,6 +44,7 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
StoreIdHandlingError => "StoreId handling error",
StoreIdLocalPartAbsoluteError => "StoreId 'id' part is absolute (starts with '/') which is not allowed",
StoreIdBuildFromFullPathError => "Building StoreId from full file path failed",
StoreIdHasNoBaseError => "StoreId has no 'base' part",
CreateCallError => "Error when calling create()",
RetrieveCallError => "Error when calling retrieve()",