public final class

ErrorInfo

extends Object
java.lang.Object
   ↳ com.google.firebase.auth.ErrorInfo

Class Overview

Represents an error encountered while importing an ImportUserRecord.

Summary

Public Methods
int getIndex()
The index of the failed user in the list passed to the importUsersAsync(List, UserImportOptions) method.
String getReason()
A string describing the error.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getIndex ()

The index of the failed user in the list passed to the importUsersAsync(List, UserImportOptions) method.

Returns
  • an integer index.

public String getReason ()

A string describing the error.

Returns
  • A string error message.