Expand description
Error families used across Limen Core.
Errors are designed to stay lightweight and no_std friendly by default.
Implementations of std::error::Error are only provided when the std
feature is enabled.
Structs§
- Inference
Error - Inference error including a kind and optional code.
- Node
Error - A unified error used by node lifecycle methods.
Enums§
- Graph
Error - Graph validation and wiring errors.
- Inference
Error Kind - Errors related to model loading and inference execution.
- Memory
Error - Errors originating from memory manager operations.
- Node
Error Kind - Errors from node execution.
- Output
Error - Output / sink related errors.
- Queue
Error - Errors originating from queue operations.
- Runtime
Error - Error surface for runtimes: can wrap graph- and node-level errors.
- Runtime
Error Kind - Generic runtime error kinds.
- Runtime
Invariant Error - Runtime invariants that were violated (programmer errors).
- Scheduler
Error - Scheduler-related errors.
- Sensor
Error - Source / sensor related errors.