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

Relativity.DataExchange.Io.IErrorArguments

public interface IErrorArguments
This object can retrieve arguments for an error.
namespace Relativity.DataExchange.Io { public interface IErrorArguments { string FormattedLineInFile(); } }