Add error type for failed build of StoreId object from full path
This commit is contained in:
parent
e4e5b52171
commit
f60afa581c
1 changed files with 1 additions and 0 deletions
|
@ -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()",
|
||||
|
|
Loading…
Reference in a new issue