Job Status Response
data class JobStatusResponse(val errorResult: ErrorProtoResponse, val errors: List<ErrorProtoResponse>, val state: String)
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.