errorWithTagState property

  1. @protected
Stream<ErrorWithTag> errorWithTagState

The errors of all handled result streams along with the tag

Implementation

@protected
Stream<ErrorWithTag> get errorWithTagState =>
    _resultStreamExceptionsSubject.mapToErrorWithTag();