Expand description
Error types for the EdgeCrab agent.
Strategy: thiserror for all library crates (structured, matchable),
anyhow only in binary crate entry points.
Structs§
- Tool
Error Record - Per-tool-call error record accumulated in
ConversationResult.tool_errors. - Tool
Error Response
Enums§
- Agent
Error - Top-level agent error — covers every failure mode documented in the spec.
- Tool
Error - Tool-specific errors with retry strategy metadata.