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

Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers.IErrorFileWriter

public interface IErrorFileWriter : IDisposable
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers { public interface IErrorFileWriter : IDisposable { void Write(ErrorFileWriter.ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText); Task WriteAsync(ErrorFileWriter.ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText); } }