Expand description
Error contracts for portable domain code and host integrations.
Use AcornError for small, owned domain failures that must compile without host services, and AcornResult as its result shorthand.
Under std, use ApiResult at I/O, API, and application boundaries that need a color_eyre::eyre::Report with rich diagnostic context.
Structs§
- Acorn
Error - Error returned by portable ACORN domain operations
Type Aliases§
- Acorn
Result - Result returned by portable ACORN domain operations
- ApiResult
- Result returned by host operations with rich diagnostic context