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}).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]