BigQuery API - Class Google::Cloud::Bigquery::InsertResponse::InsertError (v1.48.1)

Reference documentation and code samples for the BigQuery API class Google::Cloud::Bigquery::InsertResponse::InsertError.

InsertError

Represents the errors for a row that was not inserted.

Inherits

  • Object

Methods

#errors

def errors() -> Hash

Error information for the row indicated by the index property, with the following keys: reason, location, debugInfo, and message.

Returns
  • (Hash) — the current value of errors

#index

def index() -> Integer

The index of the row that error applies to.

Returns
  • (Integer) — the current value of index

#row

def row() -> Hash

The row that error applies to.

Returns
  • (Hash) — the current value of row