error abstract method

void error(
  1. Object error
)

Called by the framework when an error has occurred.

After this method is called, no additional methods on the StreamSubscriber will be called.

Implementation

void error(Object error);