Skip to content

Interface: BulkBindError

@kortexya/reasoninglayer


@kortexya/reasoninglayer / OntologyBridge / BulkBindError

Interface: BulkBindError

Defined in: src/types/ontology-bridge.ts:95

A single failed binding within a bulk bind request.

Remarks

Identifies the offending binding by its sort name — the per-item outcome that makes partial success detectable. Wire format is snake_case (sort_name).

Properties

error

error: string

Defined in: src/types/ontology-bridge.ts:97

Human-readable failure reason.


sortName

sortName: string

Defined in: src/types/ontology-bridge.ts:99

Sort name of the binding that failed.