Skip to content

Commit 20d2e41

Browse files
feat: removed Error record and filename from response model (#1468)
* feat: added SupersededByNhsNumber to ExceptionDetails and changed pagination from 20 to 10 results per page * feat: Filename and ErrorRecord removed from response
1 parent d3c80ca commit 20d2e41

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

application/CohortManager/src/Functions/Shared/Model/EFModels/ExceptionManagement.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,11 @@ public ValidationException ToValidationException()
6565
return new ValidationException
6666
{
6767
ExceptionId = ExceptionId,
68-
FileName = FileName,
6968
NhsNumber = NhsNumber,
7069
DateCreated = DateCreated,
7170
DateResolved = DateResolved,
7271
RuleId = RuleId,
7372
RuleDescription = RuleDescription,
74-
ErrorRecord = ErrorRecord,
7573
Category = Category,
7674
ScreeningName = ScreeningName,
7775
ExceptionDate = ExceptionDate,

0 commit comments

Comments
 (0)