Relativity.Import.V1.Models.Errors.ErrorDetail
ErrorDetail.
Gets or sets index of a column in the load file.
Gets or sets error code.
Gets or sets error message.
Gets or sets error message template.
Gets or sets dictionary of properties of a given errors.
public ErrorDetail(int columnIndex, string errorCode, string errorMessage, string errorMessageTemplate, Dictionary<string, string> errorProperties)
Initializes a new instance of the ErrorDetail class.