CHW-5503 ViolationHistoryFailure

unable to load violation history; retry shortly

Default message: unable to load violation history; retry shortly
HTTP status: 500 (server)

Problem. GET /api/violations/{id}/history returned 500 (i.e. not the not-found case). Cause. A DB read or scan inside buildViolationHistoryPayload failed. Fix. Retry; the cause is logged with the violation id. HTTP 500.