Add more specific linking error kinds

This commit is contained in:
Matthias Beyer 2016-07-08 16:29:06 +02:00
parent 22e07d171b
commit 3b82311dfd

View file

@ -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"
);
);