Skip to main content

Module error

Module error 

Source
Expand description

Runtime error types.

Structs§

CircularPackDependency
Circular pack dependency detected during topological sort.
GuardedWriteFailure
A guarded edge write (link/link_many) was refused because one or both endpoints no longer existed at write time. Names the exact endpoint(s) missing instead of a generic “source or target” message, and, for a batch write, which entry in the batch failed first.
MissingPackDependencies
Multiple missing pack dependencies collected into one error.
MissingPackDependency
A single missing pack dependency.

Enums§

RuntimeError
All errors produced by the khive-runtime layer.

Functions§

fts_text_leg_or_err
Resolve an FTS text-leg search result, failing loud on parser syntax errors instead of silently degrading to vector-only fusion.

Type Aliases§

RuntimeResult
Convenience alias for Result<T, RuntimeError>.