# RetryWithErrorOutputParserRetryChainInput

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/output_parsers/retry/RetryWithErrorOutputParserRetryChainInput)

Retry chain input for RetryWithErrorOutputParser.

## Signature

```python
RetryWithErrorOutputParserRetryChainInput()
```

## Extends

- `TypedDict`

## Constructors

```python
__init__(
    prompt: str,
    completion: str,
    error: str,
)
```

| Name | Type |
|------|------|
| `prompt` | `str` |
| `completion` | `str` |
| `error` | `str` |


## Properties

- `prompt`
- `completion`
- `error`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/langchain/langchain_classic/output_parsers/retry.py#L46)