# GetFieldDeepErrorsConfig

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

## Generics

- `TSchema` <Property {...properties.TSchema} />
- `TFieldPath` <Property {...properties.TFieldPath} />

## Definition

- `GetFieldDeepErrorsConfig`
  - `path` <Property {...properties.path} />

## Related

### Methods

<ApiList items={[{ text: 'getDeepErrors', href: '../getDeepErrors/' }]} />
