Add error kind for storeid handling errors
This commit is contained in:
parent
37380c84b9
commit
9f213ddc31
1 changed files with 1 additions and 0 deletions
|
@ -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()",
|
||||
|
|
Loading…
Reference in a new issue