Relativity.Processing.V2.Services.Interfaces.DTOs.ProcessingDocumentErrorHistoryResponse public class ProcessingDocumentErrorHistoryResponse Document Error History DTO Documentation public List<ProcessingDocumentErrorInfo> DocumentErrorHistory { get; set; } List of DTOs with document error history info public int TotalCount { get; set; } Total count of document errors public ProcessingDocumentErrorHistoryResponse()