DomainBatchReport
Defined in: js-api/src/domains.ts:464
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:472 |
errorCount | number | - | js-api/src/domains.ts:468 |
inserted | number | - | js-api/src/domains.ts:465 |
rows | DomainBatchRowResult[] | Per-row outcomes; capped server-side. | js-api/src/domains.ts:470 |
skipped | number | - | js-api/src/domains.ts:467 |
updated | number | - | js-api/src/domains.ts:466 |