Relativity.Import.V1.Models.Errors.ImportErrors
ImportErrors.
Gets or sets Data Source Id.
Gets or sets collection of errors.
Gets a value indicating whether there is more records for a given Data Source.
Gets or sets the number of item errors in the Errors collection.
Gets or sets the number of skipped item errors. Item errors are ordered by Line Number.
Gets or sets the number of all item errors for a given DataSourceID.
public ImportErrors(Guid dataSourceId, List<ImportError> errors, int totalCount, int numberOfSkippedRecords, int numberOfRecords)
Initializes a new instance of the ImportErrors class.