Expand description
Error types for the densor runtime. Every failure mode is explicit and inspectable — the runtime never panics on bad input, it returns one of these.
Enums§
- Densor
Error - A failure verifying a single densor object’s seal.
- Runtime
Error - A failure during pipeline execution. The runtime is disciplined: it refuses to execute a stage that does not declare the authority hashes it was built against, and it refuses to admit a stage whose declared authorities do not match the manifest’s frozen set.