pub enum RudofError {
Show 121 variants
DataFormatError {
error: DataFormatError,
},
QualifyObject {
object: String,
error: String,
},
QualifySubject {
subject: String,
error: String,
},
NodeResolveError {
node: String,
error: String,
},
IriRefParseError {
iri: String,
error: String,
},
PredicateResolveError {
predicate: String,
error: String,
},
LiteralNotSubject {
node: String,
},
NodeNotSubject {
node: String,
},
NodeNotFound {
node: String,
},
IncomingArcs {
object: String,
error: String,
},
OutgoingArcs {
subject: String,
error: String,
},
InvalidMode {
mode: String,
expected: String,
},
NodeSelectorParseError {
node_selector: String,
error: String,
},
ShapeSelectorParseError {
shape_selector: String,
error: String,
},
NodeInfoFormatError {
error: String,
},
RudofConfigFromStrError {
str: String,
error: String,
},
RdfDataConfigError {
error: String,
},
IOErro(Error),
InvalidShapeLabel {
label: String,
error: String,
},
CurrentDirError {
error: String,
},
ConvertingCurrentFolderUrl {
current_dir: String,
},
SourceNameIriError {
source_name: String,
error: String,
},
SparqlSyntaxError {
error: String,
source_name: String,
},
InvalidEndpointIri {
endpoint: String,
error: String,
},
InvalidEndpoint {
endpoint: String,
error: String,
},
QueryEndpointError {
endpoint: String,
error: String,
query: String,
},
ParsingUrlReadingServiceDescriptionUrl {
url: String,
error: String,
},
ReadingServiceDescriptionUrl {
url: String,
error: String,
},
Generic {
error: String,
},
CoShaMoFromShExError {
schema: String,
error: String,
},
InvalidCompareSchemaFormat {
format: String,
error: String,
},
RdfConfigReadError {
error: String,
},
ShaclCompilation {
error: Box<CompiledShaclError>,
},
RudofConfigFromPathError {
path: String,
error: Error,
},
RudofConfigTomlError {
path: String,
error: Error,
},
QueryError {
str: String,
error: String,
},
StorageError {
error: String,
},
BaseIriError {
str: String,
error: String,
},
ShExCParserError {
error: String,
source_name: String,
},
ShExJParserError {
error: String,
source_name: String,
},
CompilingSchemaError {
error: String,
},
ShExValidatorUndefined {},
ShExValidatorCreationError {
schema: String,
error: String,
},
ShExValidatorError {
schema: String,
rdf_data: String,
query_map: String,
error: String,
},
ShExValidatorObtainingResultMapError {
schema: String,
rdf_data: String,
shapemap: String,
error: String,
},
NodeSelectorError {
node_selector: String,
error: String,
},
Term2Subject {
term: String,
error: String,
},
MergeRDFDataFromReader {
source_name: String,
format: String,
base: String,
reader_mode: String,
error: String,
},
Utf8Error {
error: String,
},
ShapeMapParseError {
source_name: String,
str: String,
error: String,
},
ReadError {
error: String,
},
ReadingSHACLError {
reader: String,
error: String,
format: String,
},
ReadingSHACLFromGraphError {
error: String,
format: String,
reader_name: String,
},
AddingEndpointError {
iri: IriS,
error: String,
},
NoShapeMap {
schema: String,
},
ResolvingImportsShExSchema {
error: String,
},
NoShExSchemaForResolvingImports,
InternalSHACLFormatNonReadable,
SHACLParseError {
error: String,
},
SHACLCompilationError {
error: String,
schema: Box<ShaclSchema<RdfData>>,
},
SHACLValidationError {
error: String,
schema: Box<ShaclSchema<RdfData>>,
},
SHACLEndpointValidationCreation {
error: String,
endpoint: Box<SparqlEndpointError>,
},
ParsingRDFDataReader {
error: String,
},
NoGraphNoFirstEndpoint,
NoShaclSchema,
NoShExSchemaToSerialize,
NoDCTAP,
ShEx2UmlWithoutShEx,
ShEx2PlantUmlError {
error: String,
},
RDF2PlantUmlError {
error: String,
},
ShEx2PlantUmlErrorAsPlantUML {
error: String,
},
RDF2PlantUmlErrorAsPlantUML {
error: String,
},
ReadingShExPath {
path: String,
error: String,
},
ReadingUrlContext {
url: String,
error: String,
context: String,
},
ParsingInputSpecContext {
input: String,
error: String,
context: String,
},
NoCurrentSPARQLQuery,
NotSelectQuery {
query: String,
},
NotConstructQuery {
query: String,
},
ReadingInputSpecContext {
input: String,
error: String,
context: String,
},
ParsingUrlContext {
url: String,
error: String,
context: String,
},
ReadingPathContext {
path: String,
error: String,
context: String,
},
ErrorFormattingSchema {
schema: String,
error: String,
},
ErrorFormattingShapeMap {
shapemap: String,
error: String,
},
ErrorWritingShExJson {
schema: String,
error: String,
},
NotImplemented {
msg: String,
},
UnsupportedShaclResultFormat {
format: String,
},
UnsupportedShaclSortMode {
mode: String,
},
UnsupportedShaclFormat {
format: String,
},
UnsupportedShapeMapFormat {
format: String,
},
UnsupportedShapeMapSortMode {
mode: String,
},
UnsupportedShExResultFormat {
format: String,
},
UnsupportedShExToShapeMapConversion {
format: String,
},
UnsupportedShExFormat {
format: String,
},
NoShapeMapToSerialize,
NoShaclToSerialize,
NoInternalFormatForRDF,
SerializingSHACLInternal {
error: String,
},
PrefixMapError {
error: String,
},
WritingSHACL {
shacl: String,
error: String,
},
SerializingSHACL {
shacl: String,
error: String,
},
SerializingShEx {
error: String,
},
SerializingData {
error: String,
},
SerializingShacl {
error: String,
},
DCTAPReader {
error: String,
format: String,
path: String,
},
ReadingDCTAPPath {
error: String,
path: String,
},
DCTAPReaderCSVReader {
error: String,
},
DCTAPReaderPathXLS {
error: String,
path: String,
format: String,
},
DCTAPReadXLSNoPath,
DCTap2ShEx {
error: String,
},
SerializingServiceDescription {
error: String,
},
NoServiceDescriptionToSerialize,
ReadingServiceDescription {
error: String,
},
ReadingServiceDescriptionPath {
path: String,
error: String,
},
MissingDataAndEndpoint,
BothDataAndEndpointSpecified,
InvalidImageFormat {
format: String,
},
RDFDataReadError {
source_name: String,
error: String,
mime_type: String,
},
EndpointUseError {
endpoint: String,
error: String,
},
QueryResultFormatParseError {
format: String,
error: String,
},
RdfError {
error: String,
},
WASMError(String),
}Variants§
DataFormatError
Fields
§
error: DataFormatErrorQualifyObject
QualifySubject
NodeResolveError
IriRefParseError
PredicateResolveError
LiteralNotSubject
NodeNotSubject
NodeNotFound
IncomingArcs
OutgoingArcs
InvalidMode
NodeSelectorParseError
ShapeSelectorParseError
NodeInfoFormatError
RudofConfigFromStrError
RdfDataConfigError
IOErro(Error)
InvalidShapeLabel
CurrentDirError
ConvertingCurrentFolderUrl
SourceNameIriError
SparqlSyntaxError
InvalidEndpointIri
InvalidEndpoint
QueryEndpointError
ParsingUrlReadingServiceDescriptionUrl
ReadingServiceDescriptionUrl
Generic
CoShaMoFromShExError
InvalidCompareSchemaFormat
RdfConfigReadError
ShaclCompilation
Fields
§
error: Box<CompiledShaclError>RudofConfigFromPathError
RudofConfigTomlError
QueryError
StorageError
BaseIriError
ShExCParserError
ShExJParserError
CompilingSchemaError
ShExValidatorUndefined
ShExValidatorCreationError
ShExValidatorError
ShExValidatorObtainingResultMapError
NodeSelectorError
Term2Subject
MergeRDFDataFromReader
Utf8Error
ShapeMapParseError
ReadError
ReadingSHACLError
ReadingSHACLFromGraphError
AddingEndpointError
NoShapeMap
ResolvingImportsShExSchema
NoShExSchemaForResolvingImports
InternalSHACLFormatNonReadable
SHACLParseError
SHACLCompilationError
SHACLValidationError
SHACLEndpointValidationCreation
ParsingRDFDataReader
NoGraphNoFirstEndpoint
NoShaclSchema
NoShExSchemaToSerialize
NoDCTAP
ShEx2UmlWithoutShEx
ShEx2PlantUmlError
RDF2PlantUmlError
ShEx2PlantUmlErrorAsPlantUML
RDF2PlantUmlErrorAsPlantUML
ReadingShExPath
ReadingUrlContext
ParsingInputSpecContext
NoCurrentSPARQLQuery
NotSelectQuery
NotConstructQuery
ReadingInputSpecContext
ParsingUrlContext
ReadingPathContext
ErrorFormattingSchema
ErrorFormattingShapeMap
ErrorWritingShExJson
NotImplemented
UnsupportedShaclResultFormat
UnsupportedShaclSortMode
UnsupportedShaclFormat
UnsupportedShapeMapFormat
UnsupportedShapeMapSortMode
UnsupportedShExResultFormat
UnsupportedShExToShapeMapConversion
UnsupportedShExFormat
NoShapeMapToSerialize
NoShaclToSerialize
NoInternalFormatForRDF
SerializingSHACLInternal
PrefixMapError
WritingSHACL
SerializingSHACL
SerializingShEx
SerializingData
SerializingShacl
DCTAPReader
ReadingDCTAPPath
DCTAPReaderCSVReader
DCTAPReaderPathXLS
DCTAPReadXLSNoPath
DCTap2ShEx
SerializingServiceDescription
NoServiceDescriptionToSerialize
ReadingServiceDescription
ReadingServiceDescriptionPath
MissingDataAndEndpoint
BothDataAndEndpointSpecified
InvalidImageFormat
RDFDataReadError
EndpointUseError
QueryResultFormatParseError
RdfError
WASMError(String)
Trait Implementations§
Source§impl Debug for RudofError
impl Debug for RudofError
Source§impl Display for RudofError
impl Display for RudofError
Source§impl Error for RudofError
impl Error for RudofError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for RudofError
impl !RefUnwindSafe for RudofError
impl Send for RudofError
impl Sync for RudofError
impl Unpin for RudofError
impl UnsafeUnpin for RudofError
impl !UnwindSafe for RudofError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
Source§fn try_to_string(&self) -> Result<String, TryReserveError>
fn try_to_string(&self) -> Result<String, TryReserveError>
ToString::to_string, but without panic on OOM.