Module error

Source
Expand description

Common errors shared across the library.

Structs§

InternalRsonpathError
Internal irrecoverable error. These are caused solely by bugs – broken invariants or assertions in internal logic – but we return those instead of panicking.
UnsupportedFeatureError
Error raised when rsonpath is asked to perform an operation that is currently unsupported. This may be either because the feature is in the works, or because it is not planned to ever be supported.

Enums§

DepthError
Errors in internal depth tracking of execution engines.