JobStatusResponse

data class JobStatusResponse(val errorResult: ErrorProtoResponse, val errors: List<ErrorProtoResponse>, val state: String)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Final error result of the job. If present, indicates that the job has completed and was unsuccessful.

Link copied to clipboard

The first errors encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful.

Link copied to clipboard

Running state of the job.