FirebaseAdmin.Auth.ErrorInfo

Represents an error encountered while performing a batch operation such as AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) or AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}).

Summary

Properties

Index
int
Gets the index of the entry that caused the error.
Reason
string
Gets a string describing the error.

Properties

Index

int Index

Gets the index of the entry that caused the error.

Reason

string Reason

Gets a string describing the error.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2022-03-24 UTC.