diff --git a/libimagstore/src/error.rs b/libimagstore/src/error.rs index a3fb7d5c..d9a7fd99 100644 --- a/libimagstore/src/error.rs +++ b/libimagstore/src/error.rs @@ -34,6 +34,7 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData, EncodingError => "Encoding error", StorePathError => "Store Path error", EntryRenameError => "Entry rename error", + StoreIdHandlingError => "StoreId handling error", CreateCallError => "Error when calling create()", RetrieveCallError => "Error when calling retrieve()",