errors property
[Output-only] The first errors or warnings 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.
Implementation
core.List<ErrorProto>? errors;