Add error kind for StoreId::new() with id-part that is absolute

This commit is contained in:
Matthias Beyer 2016-08-25 14:27:29 +02:00
parent 5b23059d93
commit ccc2b6b735
1 changed files with 1 additions and 0 deletions

View File

@ -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()",