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

ErrorFileWriter

public enum ExportFileType

public ErrorFileWriter(IStreamFactory streamFactory, ErrorFileDestinationPath errorFileDestinationPath, IStatus status, ILog logger)

public ErrorFileWriter(IStreamFactory streamFactory, IDestinationPath errorFileDestinationPath, IStatus status, ILog logger)

Used for testing

public void Dispose()

public void Write(ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText)

public Task WriteAsync(ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText)