Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

run_error

Method
This is a method of the AGUIEvent class in the ui module.
Create a run error event

Signature

def run_error(run_id: impl Into<String>, error: impl Into<String>) -> Self

Parameters

run_id
impl Into<String>
required
No description available.
error
impl Into<String>
required
No description available.

Returns

Returns
Self
The result of the operation.

Rust Error Handling

Rust Retry

Rust Failover