errors property
A list of the errors that were encountered in trying to stop
JobRuns
, including the JobRunId
for which each
error was encountered and details about the error.
Implementation
final List<BatchStopJobRunError>? errors;
A list of the errors that were encountered in trying to stop
JobRuns
, including the JobRunId
for which each
error was encountered and details about the error.
final List<BatchStopJobRunError>? errors;