Expand description
Error types for the orchestration core.
A failure in one repo or agent must never abort the daemon, so most call sites surface these as state rather than propagating panics.
Enums§
- Core
Error - Errors produced by the orchestration core.
Type Aliases§
- Result
- The result type used throughout
prospero-core.