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

BrandingError

public class BrandingError
Represents a branding error for a document
public int DocumentID { get; set; }

Artifact ID of the document.

public string DocumentName { get; set; }

Identifier for errored document.

public string ErrorMessage { get; set; }

Branding error messages.

public int FileID { get; set; }

ID of the file that failed to brand for multi page documents.

public BrandingError()