Awaits all futures and then filters for Err elements.
Future<Iterable<Err<T>>> whereErr() => Future.wait(this).then((e) => e.whereErr());