Determines the maximum number of errors displayed. This property is optional.
Namespace:
kCura.Relativity.DataReaderClientAssembly:
Relativity.DataExchange.Client.SDK (in Relativity.DataExchange.Client.SDK.dll) Version: 1.5.0
public Nullable<int> MaximumErrorCount { get; set; }
Public Property MaximumErrorCount As Nullable(Of Integer)
Get
Set
Property Value
Type:
NullableInt32
When error count reaches the maximum value, the following message is generated: “Maximum number of errors for display reached.”
For example, if you set this value to 100 for an import containing 150 bad rows, only 101 errors will be produced.
The first 100 errors are those generated by the bad rows, while the 101st error is the maximum errors message.
If you want to use this optional value, set it to greater than 0 and less than Int32.MaxValue. The default value is 999.
Reference