Expand description
Runtime error types.
Structs§
- Circular
Pack Dependency - Circular pack dependency detected during topological sort.
- Guarded
Write Failure - 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. - Missing
Pack Dependencies - Multiple missing pack dependencies collected into one error.
- Missing
Pack Dependency - A single missing pack dependency.
Enums§
- Runtime
Error - 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§
- Runtime
Result - Convenience alias for
Result<T, RuntimeError>.