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§
- Backtest
Error - An error raised while parsing a strategy spec or running a backtest.
Type Aliases§
- Result
- Convenience result alias for the engine.