Expand description
Enums§
- Blob
Error - Blob-store error.
- Bundle
Error - Portable session bundle (
hh-core::bundle) build/parse error. Every variant here is reachable from untrusted input (hh import file.hh) and must carry enough detail to act on — “corrupt bundle” alone is not actionable (v1.0.0 addendum: parsers over untrusted input must never panic and must report precisely what failed). - Config
Error - Configuration error.
- Error
- Top-level hh-core error.
- Resolve
Error - Failure to resolve a session id to exactly one session (FR-3.1).
- Storage
Error - Storage-layer error.
Type Aliases§
- Result
- Result alias for hh-core.