Add error kind if collection cannot be found
This commit is contained in:
parent
0714d58db0
commit
f2cc233c37
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
generate_error_module!(
|
||||
generate_error_types!(BookmarkError, BookmarkErrorKind,
|
||||
StoreReadError => "Store read error",
|
||||
LinkError => "Link error"
|
||||
StoreReadError => "Store read error",
|
||||
LinkError => "Link error",
|
||||
CollectionNotFound => "Link-Collection not found"
|
||||
);
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue