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

Relativity.DataExchange.Io.ErrorBeforeMassImportArgs

Error record before mass import occurs. These tend to be issues with the data source itself.
namespace Relativity.DataExchange.Io { public class ErrorBeforeMassImportArgs : IErrorArguments { public ErrorBeforeMassImportArgs(int currentLineNumber); public string FormattedLineInFile(); } }