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\u003eThis webpage provides reference documentation for the \u003ccode\u003eBigQueryInsertRowErrors\u003c/code\u003e class within the Google BigQuery v2 API for .NET, which represents errors encountered when inserting a row into BigQuery.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version documented is 3.11.0, with multiple previous versions ranging from 3.10.0 to 2.2.0 also being detailed on this webpage, offering comprehensive information for each version.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBigQueryInsertRowErrors\u003c/code\u003e class implements \u003ccode\u003eIEnumerable<SingleError>\u003c/code\u003e and \u003ccode\u003eIEnumerable\u003c/code\u003e, enabling iteration over the individual errors related to a specific row insertion attempt.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties such as \u003ccode\u003eOriginalRow\u003c/code\u003e, which represents the original \u003ccode\u003eBigQueryInsertRow\u003c/code\u003e, and \u003ccode\u003eOriginalRowIndex\u003c/code\u003e, which holds the index of the row that encountered the error.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eBigQueryInsertRowErrors(BigQueryInsertRow originalRow, IReadOnlyList<TableDataInsertAllResponse.InsertErrorsData> errors)\u003c/code\u003e allows the creation of a new object containing the errors and optionally the original row data.\u003c/p\u003e\n"]]],[],null,[]]