Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Paths.ErrorFileDestinationPath
namespace Relativity.DataExchange.Export.VolumeManagerV2.Metadata.Paths
{
public class ErrorFileDestinationPath : IDestinationPath, IErrorFile
{
public string Path { get; }
public Encoding Encoding { get; }
public FileWriteException.DestinationFile DestinationFileType { get; }
public ErrorFileDestinationPath(ExportFile exportSettings, ILog logger);
public bool IsErrorFileCreated();
}
}