Error
Defined in the Error Handling module.Rust AI Agent SDK Main error type for PraisonAI Core
Fields
| Name | Type | Description |
|---|---|---|
Agent | variant | - |
related | variant | - |
errors | variant | - |
error | variant | Agent-related errors |
Agent | variant | Agent-related errors |
error | variant | Agent-related errors |
0 | variant | Agent-related errors |
Methods
agent
| Name | Type |
|---|---|
msg | impl Into<String> |
tool
| Name | Type |
|---|---|
msg | impl Into<String> |
llm
| Name | Type |
|---|---|
msg | impl Into<String> |
memory
| Name | Type |
|---|---|
msg | impl Into<String> |
workflow
| Name | Type |
|---|---|
msg | impl Into<String> |
config
| Name | Type |
|---|---|
msg | impl Into<String> |
with_context
| Name | Type |
|---|---|
context | impl Into<String> |

