RowError
Defined in: js-api/src/entities/data-connection.ts:294
One failed row of a MutationResult.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
code | string | Machine code: unique, fk, notnull, check, value, conflict, missing, db-error. | js-api/src/entities/data-connection.ts:300 |
column? | string | Column the error is attributed to, when the driver reports it. | js-api/src/entities/data-connection.ts:298 |
index | number | 0-based index of the failing row within the payload (-1 for statement-level errors). | js-api/src/entities/data-connection.ts:296 |
message | string | - | js-api/src/entities/data-connection.ts:301 |