DomainBatchReport
Defined in: js-api/src/domains.ts:474
Batch upload report of domain table batch.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
error? | string | Set when the batch failed but a per-row report is available (e.g. an allOrNothing abort). | js-api/src/domains.ts:482 |
errorCount | number | - | js-api/src/domains.ts:478 |
inserted | number | - | js-api/src/domains.ts:475 |
rows | DomainBatchRowResult[] | Per-row outcomes; capped server-side. | js-api/src/domains.ts:480 |
skipped | number | - | js-api/src/domains.ts:477 |
updated | number | - | js-api/src/domains.ts:476 |