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

ProductionRunCheckResult

Conflicts and errors indicating potential issues with running a production.
public bool CanContinue { get; set; }

Indicate whether current production can proceed to run.

public string ConflictMessage { get; set; }

Document conflict message on current production. Value will be empty if no conflict.

public ContinueMessageType ContinueMessage { get; set; }

Indicate current production continue options before proceed to run.

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

A list of placeholder errors

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

A list of errors indicating potential issues with running a production.