Module GapiBigqueryV2Model.TableDataInsertAllResponse.InsertErrors

module InsertErrors: sig .. end

type t = {
   errors : GapiBigqueryV2Model.ErrorProto.t list; (*
Error information for the row indicated by the index property.
*)
   index : int; (*
The index of the row that error applies to.
*)
}
val errors : (t,
GapiBigqueryV2Model.ErrorProto.t list)
GapiLens.t
val index : (t, int)
GapiLens.t
val empty : t
val render : t ->
GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model ->
t