Filters for Err elements, returning an iterable of the Err instances.
Iterable<Err<T>> whereErr() => where((e) => e.isErr()).map((e) => e.err().unwrap());