Class TableDataInsertAllResponse.InsertErrorsData
Describes specific errors encountered while processing the request.
Inherited Members
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class TableDataInsertAllResponse.InsertErrorsData
Properties
Errors
Error information for the row indicated by the index property.
Declaration
[JsonProperty("errors")]
public virtual IList<ErrorProto> Errors { get; set; }
Property Value
Type | Description |
---|---|
IList<ErrorProto> |
Index
The index of the row that error applies to.
Declaration
[JsonProperty("index")]
public virtual long? Index { get; set; }
Property Value
Type | Description |
---|---|
long? |