Module GapiBigqueryV2Model.JobStatus
type t={errorResult : ErrorProto.t;[Output-only] Final error result of the job. If present, indicates that the job has completed and was unsuccessful.
errors : ErrorProto.t list;[Output-only] All errors encountered during the running of the job. Errors here do not necessarily mean that the job has completed or was unsuccessful.
state : string;[Output-only] Running state of the job.
}
val errorResult : (t, ErrorProto.t) GapiLens.tval errors : (t, ErrorProto.t list) GapiLens.tval state : (t, string) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t