# FieldErrorsMultiple

> **FieldErrorsMultiple** = `Record`\<`string`, `string`[]\>

Defined in: [react/src/validation.ts:28](https://github.com/B3Pay/ic-reactor/blob/70bedf3c8779611a3b35710510442dee7f630b87/packages/react/src/validation.ts#L28)

A map of field names to arrays of error messages.
Use when you need to show multiple errors per field.