Add error kind for StoreId::new() with id-part that is absolute
This commit is contained in:
parent
5b23059d93
commit
ccc2b6b735
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ generate_custom_error_types!(StoreError, StoreErrorKind, CustomErrorData,
|
||||||
StorePathError => "Store Path error",
|
StorePathError => "Store Path error",
|
||||||
EntryRenameError => "Entry rename error",
|
EntryRenameError => "Entry rename error",
|
||||||
StoreIdHandlingError => "StoreId handling error",
|
StoreIdHandlingError => "StoreId handling error",
|
||||||
|
StoreIdLocalPartAbsoluteError => "StoreId 'id' part is absolute (starts with '/') which is not allowed",
|
||||||
|
|
||||||
CreateCallError => "Error when calling create()",
|
CreateCallError => "Error when calling create()",
|
||||||
RetrieveCallError => "Error when calling retrieve()",
|
RetrieveCallError => "Error when calling retrieve()",
|
||||||
|
|
Loading…
Reference in a new issue