| java.lang.Object | |
| ↳ | com.google.firebase.auth.ErrorInfo |
Represents an error encountered while importing an ImportUserRecord.
| 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
| |||||||||||
The index of the failed user in the list passed to the
importUsersAsync(List, UserImportOptions) method.
A string describing the error.