Skip to main content

Module error

Module error 

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

ApiaryError
The unified error type for all Apiary operations.