DomainBatchReport
Defined in: js-api/src/domains.ts:672
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:680 |
errorCount | number | - | js-api/src/domains.ts:676 |
inserted | number | - | js-api/src/domains.ts:673 |
rows | DomainBatchRowResult[] | Per-row outcomes; capped server-side. | js-api/src/domains.ts:678 |
skipped | number | - | js-api/src/domains.ts:675 |
updated | number | - | js-api/src/domains.ts:674 |