Add more error links

This commit is contained in:
Matthias Beyer 2017-09-23 20:17:42 +02:00
parent 04182f5cb6
commit 577f8d313a
1 changed files with 2 additions and 0 deletions

View File

@ -24,11 +24,13 @@ error_chain! {
links {
StoreError(::libimagstore::error::StoreError, ::libimagstore::error::StoreErrorKind);
RefError(::libimagentryref::error::RefError, ::libimagentryref::error::RefErrorKind);
}
foreign_links {
Io(::std::io::Error);
TomlQueryError(::toml_query::error::Error);
VObjectError(::vobject::ParseError);
}
errors {