<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@datashaper/schema](./schema.md) &gt; [FieldError](./schema.fielderror.md) &gt; [indexes](./schema.fielderror.indexes.md)

## FieldError.indexes property

Optional row indexes that failed the validation (if `includeIndexes` was true during validation)

<b>Signature:</b>

```typescript
indexes?: number[];
```
