report property

ErrorReport report

takes an Error S and returns T? calling HandleError if Error is of the correct Type

Implementation

ErrorReport get report {
  return ErrorReport(report: this, stackTrace: stackTrace);
}