When a task fails with exactly one error, the user interface (UI) rendering framework displays incorrect numbering. Instead of identifying the single error properly, the UI shows "Condition = 0".
This issue occurs specifically within the UI framework logic when only one error condition is returned. If multiple errors are present, the numbering (e.g., 1, 2, 3, 4) and the condition count display correctly.
Caused by an issue in logic of task_messages.jsp. The discrepancy in the numbering logic causes the error count to display as "0" when exactly one error is detected
A hotfix has been created to resolve this issue in 14.5.1 CHF2 which corrects the logic in task_messages.jsp. This fix will be rolled into the next release of v15. If you experience this issue, please open a case with L1 support and reference DE671967.