Skip to main content

Module error

Module error 

Source
Expand description

Error types for the backtest engine.

All fallible paths return BacktestError; bindings map it to a stable integer code so no panic ever crosses an FFI boundary.

Enums§

BacktestError
An error raised while parsing a strategy spec or running a backtest.

Type Aliases§

Result
Convenience result alias for the engine.