"""Typed errors for the report generator (KM-644).""" from __future__ import annotations class ReportError(Exception): """The report could not be generated (e.g. no records for the analysis)."""