Emits error on every LceError with empty data
Stream<LceState<DATA>> errorOnEmptyError() => errorIf((error) => null == error.data);