errorState property

  1. @protected
Stream<Exception> errorState

The errors of all handled result streams.

Implementation

@protected
Stream<Exception> get errorState =>
    _resultStreamExceptionsSubject.mapToException();