Properties

Accessors

Methods

  • Surface a per-source failure detected outside the loader path — typically a query / stream rejection in a mixed-source fan-out (the canonical consumer is #29's operator components). Emits the existing source-error runtime event so listeners do not have to subscribe to a parallel error channel and pipes the failure through HonuaRuntimeTelemetry.error as a source-bind span if the consumer wired one up.

    Idempotent and side-effect-free outside listener / telemetry fan-out: the runtime does not retry, suppress, or reshape the underlying source. Disposed runtimes silently no-op so a late rejection from a stream never throws inside an event handler.

    Parameters

    • sourceId: string
    • error: unknown

    Returns void