Add more error links
This commit is contained in:
parent
04182f5cb6
commit
577f8d313a
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue