<PackageReference Include="Relativity.Server.Import.SDK" Version="2.9.2" />

kCura.EDDS.WebAPI.BulkImportManagerBase.SoapExceptionDetail

public class SoapExceptionDetail
namespace kCura.EDDS.WebAPI.BulkImportManagerBase { public class SoapExceptionDetail { public string ExceptionType { get; set; } public string ExceptionMessage { get; set; } public string ExceptionTrace { get; set; } public string ExceptionFullText { get; set; } public string[] Details { get; set; } public SoapExceptionDetail(); } }