Returns true when error is available, meaning this Stream has emitted at least one error.
true
@override bool get hasError => _subject.hasError;