Skip to main content

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

PropertyTypeDescriptionDefined in
errors?DomainColumnError[]-js-api/src/domains.ts:651
existingId?stringThe row this payload row matched by business key — set for 'update' and 'skip' only.js-api/src/domains.ts:650
indexnumber-js-api/src/domains.ts:647
predicted"error" | "insert" | "update" | "skip"-js-api/src/domains.ts:648