# GetFieldDeepErrorsConfig

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

Configuration interface for retrieving the errors of a specific field. Used by the `getDeepErrors` method when a specific field path is provided.

## Generics

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

## Definition

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

## Related

### Methods

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