Module rsonpath::error

source ·
Expand description

Common errors shared across the library.

Structs§

  • Internal irrecoverable error. These are caused solely by bugs – broken invariants or assertions in internal logic – but we return those instead of panicking.
  • 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§

  • Errors in internal depth tracking of execution engines.