<PackageReference Include="Relativity.Import.Models.SDK" Version="1.2.1" />

Relativity.Import.V1.Models.Errors.ErrorDetail

public class ErrorDetail
ErrorDetail.
public int ColumnIndex { get; set; }

Gets or sets index of a column in the load file.

public string ErrorCode { get; set; }

Gets or sets error code.

public string ErrorMessage { get; set; }

Gets or sets error message.

public string ErrorMessageTemplate { get; set; }

Gets or sets error message template.

public Dictionary<string, string> ErrorProperties { get; set; }

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.