> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Error Logs • Rust AI Agent SDK

> get_error_logs: Get all error logs

# get\_error\_logs

<div className="flex items-center gap-2">
  <Badge color="teal">Function</Badge>
</div>

> This function is defined in the [**display\_types**](../modules/display_types) module.

Get all error logs

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def get_error_logs() -> Vec<ErrorLog>
```

### Returns

<ResponseField name="Returns" type="Vec<ErrorLog>">
  The result of the operation.
</ResponseField>

## Uses

* `read`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/parity/display_types.rs#L68">
  `praisonai/src/parity/display_types.rs` at line 68
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Rust Error Handling" icon="triangle-exclamation" href="/docs/rust/error-handling" />

  <Card title="Rust Retry" icon="rotate-right" href="/docs/rust/retry" />

  <Card title="Rust Failover" icon="shield" href="/docs/rust/failover" />
</CardGroup>
