TableDataInsertAllResponse.InsertErrors
type t = {
errors : 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, 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