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

Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers.ErrorFileWriter

namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Writers { public class ErrorFileWriter : IErrorFileWriter, IDisposable { public enum ExportFileType { Image, Native, Generic, Pdf } public ErrorFileWriter(IStreamFactory streamFactory, ErrorFileDestinationPath errorFileDestinationPath, IStatus status, ILog logger); public ErrorFileWriter(IStreamFactory streamFactory, IDestinationPath errorFileDestinationPath, IStatus status, ILog logger); public void Write(ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText); public Task WriteAsync(ExportFileType type, ObjectExportInfo documentInfo, string fileLocation, string errorText); public void Dispose(); } }