BatchLoaderErrorContext
age-schema-client / BatchLoaderErrorContext
Interface: BatchLoaderErrorContext
Defined in: src/core/errors.ts:109
Context information for batch loader errors
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
phase? | "transaction" | "vertices" | "edges" | "validation" | "cleanup" | Phase of the batch loading process where the error occurred | src/core/errors.ts:113 |
type? | string | Entity type (vertex or edge type) being processed when the error occurred | src/core/errors.ts:118 |
index? | number | Index of the entity in the array being processed | src/core/errors.ts:123 |
sql? | string | SQL or Cypher query being executed when the error occurred | src/core/errors.ts:128 |
data? | any | Data being processed when the error occurred | src/core/errors.ts:133 |