errors property

List<Status>? errors
getter/setter pair

Specifies errors which occurred during processing.

If errors are provided, and completed = true, then the WorkItem is considered to have failed.

Implementation

core.List<Status>? errors;