Stay organized with collections
Save and categorize content based on your preferences.
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 the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-03-24 UTC.
[null,null,["Last updated 2022-03-24 UTC."],[],[],null,["# FirebaseAdmin.Auth.ErrorInfo Class Reference\n\nFirebaseAdmin.Auth.ErrorInfo\n============================\n\nRepresents an error encountered while performing a batch operation such as AbstractFirebaseAuth.ImportUsersAsync(IEnumerable{ImportUserRecordArgs}) or AbstractFirebaseAuth.DeleteUsersAsync(IReadOnlyList{string}).\n\nSummary\n-------\n\n| ### Properties ||\n|--------------------------------------------------------------------------------------------|----------------------------------------------------------|\n| [Index](#class_firebase_admin_1_1_auth_1_1_error_info_1ade2488f252f590a9c8779aca6db8d03f) | `int` Gets the index of the entry that caused the error. |\n| [Reason](#class_firebase_admin_1_1_auth_1_1_error_info_1ad02f25948dee14e3ec82c4d154b74e36) | `string` Gets a string describing the error. |\n\nProperties\n----------\n\n### Index\n\n```text\nint Index\n``` \nGets the index of the entry that caused the error. \n\n### Reason\n\n```text\nstring Reason\n``` \nGets a string describing the error."]]