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