# GetFieldErrorsConfig

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

## Generics

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

## Definition

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

## Related

### Methods

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