errors property
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;
Errors, warnings, and informationals associated with the workflow/task.
The order in which the errors were added by the workflow/task is maintained.
core.List<EnterpriseCrmEventbusProtoErrorDetail>? errors;