From f60afa581c66fa8da5f5ba39397587cf270605c3 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Mon, 5 Sep 2016 18:21:18 +0200 Subject: [PATCH] Add error type for failed build of StoreId object from full path --- libimagstore/src/error.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/libimagstore/src/error.rs b/libimagstore/src/error.rs index 2eef6d53..795f1a14 100644 --- a/libimagstore/src/error.rs +++ b/libimagstore/src/error.rs @@ -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()",