Add error kind for storeid handling errors

This commit is contained in:
Matthias Beyer 2016-07-02 23:26:20 +02:00
parent 37380c84b9
commit 9f213ddc31

View file

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