Expand description
Provides the crate’s Error and Result types as well as helper functions.
Enums§
- Error
- The Error type for this crate.
Traits§
Functions§
- absolute_
iri_ expected_ error - Create Error object.
- empty_
qname_ error - Create Error object.
- eprint_
trace - Display an error trace to stderr.
- error_
trace - Convert an error into a trace string.
- formulae_
not_ supported_ error - Create Error object.
- invalid_
blank_ node_ name_ error - Create Error object.
- invalid_
from_ str_ error - Create Error object.
- invalid_
match_ error - Create Error object.
- invalid_
qname_ error - Create Error object.
- invalid_
state_ error - Create Error object.
- print_
trace - Display an error trace to stdout.
- provider_
mismatch_ error - Create Error object.
- query_
results_ format_ error - Create Error object.
- rdf_
star_ not_ supported_ error - Create Error object.
- unknown_
error - unknown_
error_ from
Type Aliases§
- Result
- A Result type that specifically uses this crate’s Error.