# GetFieldDeepErrorConfig

> This document is the Markdown version of [formisch.dev/methods/api/GetFieldDeepErrorConfig/](https://formisch.dev/methods/api/GetFieldDeepErrorConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

Configuration interface for retrieving the first error of a specific field. Used by the `getDeepError` method when a specific field path is provided.

## Generics

- `TSchema` `extends FormSchema`
- `TFieldPath` `extends RequiredPath`

## Definition

- `GetFieldDeepErrorConfig`
  - `path` `ValidPath<v.InferInput<TSchema>, TFieldPath>`

## Related

### Methods

[`getDeepError`](/methods/api/getDeepError.md)
