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

ReproductionStatusResult

Represents the current status of a Reproduction Job.
public List<string> Errors { get; set; }

Error messages if the job or associated production sets were not created.

public List<string> Messages { get; set; }

Informational messages about the job.

ArtifactIDs and Statuses of the productions associated with the reproduction job.

The current Reproduction status.

public List<string> Warnings { get; set; }

Warning messages about the job.