Skip to main content

Module errors

Module errors 

Source
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§

InferenceError
Inference error including a kind and optional code.
NodeError
A unified error used by node lifecycle methods.

Enums§

GraphError
Graph validation and wiring errors.
InferenceErrorKind
Errors related to model loading and inference execution.
MemoryError
Errors originating from memory manager operations.
NodeErrorKind
Errors from node execution.
OutputError
Output / sink related errors.
QueueError
Errors originating from queue operations.
RuntimeError
Error surface for runtimes: can wrap graph- and node-level errors.
RuntimeErrorKind
Generic runtime error kinds.
RuntimeInvariantError
Runtime invariants that were violated (programmer errors).
SchedulerError
Scheduler-related errors.
SensorError
Source / sensor related errors.