errors property

List<ErrorProto>? errors
getter/setter pair

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 not completed or was unsuccessful.

Output only.

Implementation

core.List<ErrorProto>? errors;