Skip to main content
Version: 0.3.0

BatchLoaderErrorContext

age-schema-client v0.3.0


age-schema-client / BatchLoaderErrorContext

Interface: BatchLoaderErrorContext

Defined in: src/core/errors.ts:109

Context information for batch loader errors

Properties

PropertyTypeDescriptionDefined in
phase?"transaction" | "vertices" | "edges" | "validation" | "cleanup"Phase of the batch loading process where the error occurredsrc/core/errors.ts:113
type?stringEntity type (vertex or edge type) being processed when the error occurredsrc/core/errors.ts:118
index?numberIndex of the entity in the array being processedsrc/core/errors.ts:123
sql?stringSQL or Cypher query being executed when the error occurredsrc/core/errors.ts:128
data?anyData being processed when the error occurredsrc/core/errors.ts:133