Expand description
Typed error hierarchy for the NextVision runtime.
Every error is typed and informative — no opaque string errors in core flows. Each variant carries enough context for operational debugging.
Enums§
- Config
Error - Configuration errors — returned at feed or runtime construction time.
- Media
Error - Errors from the media ingress layer (source connection, decoding).
- NvError
- Top-level error enum encompassing all NextVision error categories.
- Runtime
Error - Errors from the runtime/orchestration layer.
- Stage
Error - Errors from perception stages.
- Temporal
Error - Errors from the temporal state system.
- View
Error - Errors from the view/PTZ system.