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

# Parse Error • Rust AI Agent SDK

> ParseError: Error during skill parsing.

# ParseError

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

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

Error during skill parsing.

## Fields

| Name      | Type                  | Description |
| --------- | --------------------- | ----------- |
| `message` | `String`              | -           |
| `line`    | `Option&lt;usize&gt;` | -           |

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-rust/praisonai/src/skills/mod.rs#L147">
  `praisonai/src/skills/mod.rs` at line 147
</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>
