.
This commit is contained in:
@@ -6,7 +6,7 @@ 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),
|
||||
|
||||
@@ -21,13 +21,13 @@ pub(crate) enum Error {
|
||||
|
||||
#[error(transparent)]
|
||||
Search(#[from] gl_search::SearchError),
|
||||
|
||||
|
||||
#[error(transparent)]
|
||||
QueryEvaluation(#[from] oxigraph::sparql::QueryEvaluationError),
|
||||
|
||||
|
||||
#[error(transparent)]
|
||||
UpdateEvaluation(#[from] oxigraph::sparql::UpdateEvaluationError),
|
||||
|
||||
|
||||
#[error(transparent)]
|
||||
SparqlSyntax(#[from] oxigraph::sparql::SparqlSyntaxError),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user