Skip to main content

Module error

Module error 

Source
Expand description

Error types for ironflow operations.

This module defines two error enums:

AgentError converts into OperationError via the From trait, so agent errors propagate naturally through the ? operator.

Enumsยง

AgentError
Error specific to agent (AI provider) invocations.
OperationError
Top-level error for any workflow operation (shell or agent).