Skip to main content

Type Alias: IngestionDropReason

type IngestionDropReason =
| "no_binding"
| "no_mapping_matched"
| "schema"
| "no_id"
| "no_updates"
| "unresolved_entity";

Defined in: livelink.clients/livelink.agent/sources/data/IngestionStats.ts:10

Why an event (or one of the entity updates it produced) did not reach an entity.

no_binding and no_mapping_matched are the two that matter during bring-up: they are the difference between "the stream is not arriving", "it arrives but nothing is listening yet" and "it arrives but no mapping wants it" — three failures that otherwise look identical from outside.