Skip to main content

Error

Defined in the error module.
Rust AI Agent SDK Main error type for PraisonAI Core

Fields

Methods

agent

Create an agent error Parameters:

tool

Create a tool error Parameters:

llm

Create an LLM error Parameters:

memory

Create a memory error Parameters:

workflow

Create a workflow error Parameters:

config

Create a config error Parameters:

io

Create an IO error from a string message Parameters:

handoff

Create a handoff error Parameters:

with_context

Add context to an error Parameters:

Source

View on GitHub

praisonai/src/error.rs at line 0

Rust Error Handling

Rust Retry

Rust Failover