Add more specific linking error kinds
This commit is contained in:
parent
22e07d171b
commit
3b82311dfd
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ generate_error_module!(
|
|||
generate_error_types!(BookmarkError, BookmarkErrorKind,
|
||||
StoreReadError => "Store read error",
|
||||
LinkError => "Link error",
|
||||
LinkParsingError => "Link parsing error",
|
||||
LinkingError => "Error while linking",
|
||||
CollectionNotFound => "Link-Collection not found"
|
||||
);
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue