<PackageReference Include="Relativity.Productions.SDK" Version="12.6.1" />

MassRetryResult

public class MassRetryResult
Represents the results of a retry operation on multiple production jobs, including the total number of jobs requested and successfully retried.
public List<string> Errors { get; set; }

Gets or sets a list of errors that occurred during the mass retry operation.

public int NumberOfJobsRequestedForRetry { get; set; }

Gets or sets the total number of retry jobs requested.

Gets or sets the total number of retry jobs successfully requested.

public List<RetryJobResult> RetryJobResults { get; set; }

Gets or sets a list of results for each job in the retry request.

public MassRetryResult()

Initializes an instance of the MassRetryResult class.