Skip to main content

Module error

Module error 

Source
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§

AcornError
Error returned by portable ACORN domain operations

Type Aliases§

AcornResult
Result returned by portable ACORN domain operations
ApiResult
Result returned by host operations with rich diagnostic context