> ## 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.

# Failover Status • Rust AI Agent SDK

> FailoverStatus: Status information for the failover manager.

# FailoverStatus

> Defined in the [**failover**](../modules/failover) module.

<Badge color="orange">Rust AI Agent SDK</Badge>

Status information for the failover manager.

## Fields

| Name                 | Type                       | Description                  |
| -------------------- | -------------------------- | ---------------------------- |
| `total_profiles`     | `usize`                    | Total number of profiles     |
| `available_profiles` | `usize`                    | Number of available profiles |
| `profiles`           | `Vec&lt;HashMap&lt;String` | Profile information          |
| `serde_json`         | `:Value&gt;&gt;`           | Profile information          |
| `config`             | `FailoverConfig`           | Configuration                |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/failover/mod.rs#L476">
  `praisonai/src/failover/mod.rs` at line 476
</Card>

***

## Related Documentation

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

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