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

Relativity.DataExchange.Process.ErrorReportEventArgs

public sealed class ErrorReportEventArgs : EventArgs
Represents the error report event argument data. This class cannot be inherited.
namespace Relativity.DataExchange.Process { public sealed class ErrorReportEventArgs : EventArgs { public IDictionary Error { get; } public ErrorReportEventArgs(IDictionary error); } }