Expand description
Common errors shared across the library.
Structs§
- Internal
Rsonpath Error - Internal irrecoverable error. These are caused solely by bugs – broken invariants or assertions in internal logic – but we return those instead of panicking.
- Unsupported
Feature Error - 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§
- Depth
Error - Errors in internal depth tracking of execution engines.