Module TableDataInsertAllResponse.InsertErrors

type t = {
  1. errors : ErrorProto.t list;
    (*

    Error information for the row indicated by the index property.

    *)
  2. index : int;
    (*

    The index of the row that error applies to.

    *)
}
val errors : (t, 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