errors property

List<ErrorProto>? errors
getter/setter pair

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. For more information about error messages, see Error messages.

Output only.

Implementation

core.List<ErrorProto>? errors;