# SetFormErrorsConfig

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

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

## Definition

- `SetFormErrorsConfig`
  - `path` `undefined = undefined`
  - `errors` `[string, ...string[]] | null`

## Related

### Methods

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