class Google::Cloud::Bigquery::InsertResponse::InsertError


‘debugInfo`, and `message`.
the index property, with the following keys: `reason`, `location`,
@attr_reader [Hash] errors Error information for the row indicated by
@attr_reader [Hash] row The row that error applies to.
to.
@attr_reader [Integer] index The index of the row that error applies
Represents the errors for a row that was not inserted.
InsertError
#

def initialize index, row, errors

Other tags:
    Private: -
def initialize index, row, errors
  @index = index
  @row = row
  @errors = errors
end