Expand description
Unified error types for Apiary.
All errors in Apiary are represented by ApiaryError, using thiserror
for ergonomic error definitions. Library code never uses unwrap() —
all fallible operations return Result<T, ApiaryError>.
Enums§
- Apiary
Error - The unified error type for all Apiary operations.