errors property

A list of FirebaseArrayIndexError instances describing the errors that were encountered during the deletion. Length of this list is equal to the return value of DeleteUsersResult.failureCount.

Implementation

final List<FirebaseArrayIndexError> errors;