Expand description
Adapter-level error aggregation for the Derive integration.
Component clients raise their own error taxonomies (DeriveHttpError,
DeriveWsError, AuthError); DeriveError unifies them at the
adapter boundary so callers can match on a single type without losing the
per-component detail.
Enums§
- Derive
Error - Unified error type aggregating the Derive adapter’s component errors.
Type Aliases§
- Result
- Result alias for adapter-level operations.