.
This commit is contained in:
@@ -11,7 +11,10 @@ pub(crate) enum Error {
|
||||
Storage(#[from] oxigraph::store::StorageError),
|
||||
|
||||
#[error(transparent)]
|
||||
IriParse(#[from] oxigraph::model::IriParseError),
|
||||
ParseIri(#[from] oxigraph::model::IriParseError),
|
||||
|
||||
#[error(transparent)]
|
||||
ParseUrl(#[from] url::ParseError),
|
||||
|
||||
#[error(transparent)]
|
||||
RdfSyntax(#[from] oxigraph::io::RdfSyntaxError),
|
||||
@@ -36,4 +39,7 @@ pub(crate) enum Error {
|
||||
|
||||
#[error(transparent)]
|
||||
Join(#[from] tokio::task::JoinError),
|
||||
|
||||
#[error(transparent)]
|
||||
TonicTransport(#[from] tonic::transport::Error),
|
||||
}
|
||||
Reference in New Issue
Block a user