summaryrefslogtreecommitdiffstats
path: root/libimagstore/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'libimagstore/src/error.rs')
-rw-r--r--libimagstore/src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libimagstore/src/error.rs b/libimagstore/src/error.rs
index f6067ccb..2eef6d53 100644
--- a/libimagstore/src/error.rs
+++ b/libimagstore/src/error.rs
@@ -42,6 +42,7 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
StorePathError => "Store Path error",
EntryRenameError => "Entry rename error",
StoreIdHandlingError => "StoreId handling error",
+ StoreIdLocalPartAbsoluteError => "StoreId 'id' part is absolute (starts with '/') which is not allowed",
CreateCallError => "Error when calling create()",
RetrieveCallError => "Error when calling retrieve()",