# SetFormErrorsConfig

Configuration interface for setting form-level errors. Used by the `setErrors` method when no specific field path is provided.

## Definition

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

## Related

### Methods

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