<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

ProcessErrorWriter

Represents a class object that writes all process errors to a CSV file. This class cannot be inherited.
public bool HasErrors { get; }

public ProcessErrorWriter(IFileSystem fileSystem, ILog logger)

Initializes a new instance of the ProcessErrorWriter class.

public void Close()

public void Dispose()

public void Write(string key, string description)