Skip to main content

Module error

Module error 

Source
Expand description

Error types for the NeMo Relay runtime.

All fallible operations in the runtime return Result<T>, which uses FlowError as the error type. Errors are categorized by cause (duplicate registration, missing entity, guardrail rejection, etc.).

Enums§

FlowError
The error type for all NeMo Relay runtime operations.

Type Aliases§

Result
A specialized Result type for NeMo Relay operations.