Skip to main content

Module error

Module error 

Source
Expand description

Unified error types for the mkt workspace.

All provider crates convert their specific errors into MktError variants. The CLI boundary uses anyhow for final error reporting.

Enums§

MktError
The unified error type for the mkt workspace.

Type Aliases§

Result
A Result type alias that uses MktError.