raiseError method

void raiseError(
  1. Object error
)

Emits an error on the stream WITHOUT touching current — a fake connection blip, so a consumer's absence-≠-deletion handling (tg-nsj D-Z3) can be proven without retracting the last known snapshot.

Implementation

void raiseError(Object error) => _controller.addError(error);