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

RetryJobResult

public class RetryJobResult
Represents the results of retry operation on a production job.
public List<string> Errors { get; set; }

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

public int JobID { get; set; }

Gets or sets the artifact ID of the production job.

public int ProductionID { get; set; }

Gets or sets the artifact ID of the production.

public bool RetrySuccessfullySent { get; }

Gets a Boolean value indicating whether the retry request was successfully sent.

public int WorkspaceID { get; set; }

Gets or sets the artifact ID of the workspace containing the production.

public RetryJobResult()

Initializes an instance of the RetryJobResult class.