View Source GoogleApi.BigQuery.V2.Model.TableDataInsertAllResponseInsertErrors (google_api_big_query v0.79.0)

Error details about a single row's insertion.

Attributes

  • errors (type: list(GoogleApi.BigQuery.V2.Model.ErrorProto.t), default: nil) - Error information for the row indicated by the index property.
  • index (type: integer(), default: nil) - The index of the row that error applies to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BigQuery.V2.Model.TableDataInsertAllResponseInsertErrors{
  errors: [GoogleApi.BigQuery.V2.Model.ErrorProto.t()] | nil,
  index: integer() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.