Add error type for failed build of StoreId object from full path

This commit is contained in:
Matthias Beyer 2016-09-05 18:21:18 +02:00
parent e4e5b52171
commit f60afa581c

View file

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