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

IErrorArguments

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