errors property

E errors
final

Errors of failing futures.

Has the same shape as the original collection of futures, with errors, typically AsyncError, for each failing future and null values for each successful future.

Implementation

final E errors;