# GetFieldDeepErrorEntryConfig

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

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

## Generics

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

## Definition

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

## Related

### Methods

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