Статус прогресса: 100 (при ошибке)

This commit is contained in:
Оля Бизюкова 2024-05-27 15:41:29 +05:00
parent 188060fcaa
commit 72e65f272c

View File

@ -159,7 +159,7 @@ public class ReportService : IReportService
var state = new ProgressExceptionDto
{
Operation = "error",
Progress = 0f,
Progress = 100f,
Message = "Не удалось сгенерировать файл отчёта",
Exception = new FileNotFoundException(),
};