Expand description
jerrycan’s single error type. Every error carries a stable code (JC####)
that maps to a documentation anchor — the error-driven-docs contract (spec §8).
Structs§
- Error
- The one error type of the framework (spec §4.1 “Errors”).
Type Aliases§
- Result
- Convenience alias used across jerrycan and generated apps.