errors property

Map<K, AsyncError> errors
final

A Map of keys to errors from failed Futures.

The returned Map will contain entries only for failed Futures and not for ones that successfully completed.

Implementation

final Map<K, AsyncError> errors;