DomainBatchValidationRow
Defined in: js-api/src/domains.ts:646
Per-row verdict of a batch({validateOnly: true}) preview. predicted is what the row WOULD
do; there is no id and no status — the id of a rolled-back insert does not exist.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
errors? | DomainColumnError[] | - | js-api/src/domains.ts:651 |
existingId? | string | The row this payload row matched by business key — set for 'update' and 'skip' only. | js-api/src/domains.ts:650 |
index | number | - | js-api/src/domains.ts:647 |
predicted | "error" | "insert" | "update" | "skip" | - | js-api/src/domains.ts:648 |