errors property

List<EnterpriseCrmEventbusProtoErrorDetail>? errors
getter/setter pair

Errors, warnings, and informationals associated with the workflow/task.

The order in which the errors were added by the workflow/task is maintained.

Implementation

core.List<EnterpriseCrmEventbusProtoErrorDetail>? errors;