<PackageReference Include="Relativity.Export.SDK" Version="3.2.7" />

ArtifactExportError

public class ArtifactExportError
Single error occurring during export of artifact.
public int ArtifactID { get; set; }

Gets or sets ID of exported artifact.

public string ErrorCode { get; set; }

Gets or sets code of error.

public string ErrorMessage { get; set; }

Gets or sets error message.

public string ErrorMessageTemplate { get; set; }

Gets or sets error message template (general information without details connected to specific item).

public Dictionary<string, string> ErrorProperties { get; set; }

Gets or sets array of properties of a given errors. Structure of this dictionary is defined for each error code.

public Severity Severity { get; set; }

Gets or sets severity of error.