# DeepErrorEntry

Entry that pairs the `path` to a field with its error messages. Returned by the `getDeepErrorEntries` method. Form-level errors are included with an empty path.

## Generics

- `TValue` <Property {...properties.TValue} />

## Definition

- `DeepErrorEntry`
  - `path` <Property {...properties.path} />
  - `errors` <Property {...properties.errors} />

## Related

### Methods

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