algocline 0.47.2

LLM amplification engine — MCP server with Lua scripting
1
2
3
4
5
6
7
8
9
10
11
12
# algocline-core::execution::cancel

Cancellation and failure types for the `ExecutionService` layer.

## Types

- `CancelCode` — Categorized cause of a cancellation.
- `CancelInfo` — Information recorded when a session transitions to `Cancelled`.
- `CancelReason` — Reason supplied to [`crate::execution::ExecutionService::cancel`].
- `FailureInfo` — Information recorded when a session transitions to `Failed`.
- `FailureKind` — Categorized kind of failure.