Skip to main content

AgentRunResult

Type Alias AgentRunResult 

Source
pub type AgentRunResult = Result<AgentMessage, RunError>;

Aliased Type§

pub enum AgentRunResult {
    Ok(AgentMessage),
    Err(RunError),
}

Variants§

§1.0.0

Ok(AgentMessage)

Contains the success value

§1.0.0

Err(RunError)

Contains the error value