errorResult property

ErrorProto? errorResult
getter/setter pair

[Output-only] Final error result of the job.

If present, indicates that the job has completed and was unsuccessful.

Implementation

ErrorProto? errorResult;