Show / Hide Table of Contents

Class TableDataInsertAllResponse.InsertErrorsData

Describes specific errors encountered while processing the request.

Inheritance
object
TableDataInsertAllResponse.InsertErrorsData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?
In this article
Back to top Generated by DocFX