Skip to main content

Module error

Module error 

Source
Expand description

Provides the crate’s Error and Result types as well as helper functions.

Enums§

Error
The Error type for this crate.

Traits§

ErrorSource

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.