.
This commit is contained in:
@@ -6,6 +6,9 @@ pub type Result<R> = std::result::Result<R, Error>;
|
||||
pub(crate) enum Error {
|
||||
#[error(transparent)]
|
||||
Io(#[from] std::io::Error),
|
||||
|
||||
#[error(transparent)]
|
||||
Storage(#[from] oxigraph::store::StorageError),
|
||||
|
||||
#[error(transparent)]
|
||||
IriParse(#[from] oxigraph::model::IriParseError),
|
||||
|
||||
Reference in New Issue
Block a user