Expand description
Error types for ironflow operations.
This module defines two error enums:
OperationError- top-level error returned by both shell and agent operations.AgentError- agent-specific error returned byAgentProvider::invoke.
AgentError converts into OperationError via the From trait, so agent
errors propagate naturally through the ? operator.
Enumsยง
- Agent
Error - Error specific to agent (AI provider) invocations.
- Operation
Error - Top-level error for any workflow operation (shell or agent).