# GetFieldDeepErrorEntriesConfig

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

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

## Generics

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

## Definition

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

## Related

### Methods

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