Skip to main content

Module error

Module error 

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

ConfigError
Configuration errors — returned at feed or runtime construction time.
MediaError
Errors from the media ingress layer (source connection, decoding).
NvError
Top-level error enum encompassing all NextVision error categories.
RuntimeError
Errors from the runtime/orchestration layer.
StageError
Errors from perception stages.
TemporalError
Errors from the temporal state system.
ViewError
Errors from the view/PTZ system.