Skip to main content

Module error

Module error 

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

DeriveError
Unified error type aggregating the Derive adapter’s component errors.

Type Aliases§

Result
Result alias for adapter-level operations.