RowError
Defined in: js-api/src/entities/data-connection.ts:325
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:331 |
column? | string | Column the error is attributed to, when the driver reports it. | js-api/src/entities/data-connection.ts:329 |
index | number | 0-based index of the failing row within the payload (-1 for statement-level errors). | js-api/src/entities/data-connection.ts:327 |
message | string | - | js-api/src/entities/data-connection.ts:332 |