Some errors obtained after an insert request might not contain enough
information so as to associate them with one row.
In such cases this may be null.
OriginalRowIndex
public long? OriginalRowIndex { get; }
The index of the row these errors relate to in the original
inser request. Might be unknown.
[[["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 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBigQueryInsertRowErrors\u003c/code\u003e class represents errors encountered during the insertion of a single row into BigQuery, implementing \u003ccode\u003eIEnumerable<SingleError>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e to allow iteration over these errors.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.11.0 is the latest release, with historical versions dating back to 2.2.0, all documented for the \u003ccode\u003eBigQueryInsertRowErrors\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties to access the original row (\u003ccode\u003eOriginalRow\u003c/code\u003e) and its index (\u003ccode\u003eOriginalRowIndex\u003c/code\u003e) associated with the errors, which might be null or unknown if the error information is insufficient.\u003c/p\u003e\n"],["\u003cp\u003eA constructor is available to create a new instance of \u003ccode\u003eBigQueryInsertRowErrors\u003c/code\u003e, taking the \u003ccode\u003eoriginalRow\u003c/code\u003e and the \u003ccode\u003eerrors\u003c/code\u003e as parameters, specifically detailing errors as a list of type \u003ccode\u003eTableDataInsertAllResponse.InsertErrorsData\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods such as \u003ccode\u003eGetEnumerator()\u003c/code\u003e allow iteration through the errors, returning an \u003ccode\u003eIEnumerator<SingleError>\u003c/code\u003e for typed enumeration, or \u003ccode\u003eIEnumerator\u003c/code\u003e for general enumeration.\u003c/p\u003e\n"]]],[],null,[]]