@hmcts/ccpay-web-component 5.0.7-beta07 → 5.0.7-beta08

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8386,10 +8386,10 @@ var ReportsComponent = /** @class */ (function () {
8386
8386
  /** @type {?} */
8387
8387
  var statusCode = error.replace(/[^a-zA-Z0-9 ]/g, '').trim().split(' ')[0];
8388
8388
  if (statusCode === '404') {
8389
- _this.errorHandlerService.getServerErrorMessage(true, true, errorContent);
8389
+ _this.errorMessage = _this.errorHandlerService.getServerErrorMessage(true, true, errorContent);
8390
8390
  }
8391
8391
  else {
8392
- _this.errorHandlerService.getServerErrorMessage(true, false, '');
8392
+ _this.errorMessage = _this.errorHandlerService.getServerErrorMessage(true, false, '');
8393
8393
  }
8394
8394
  }));
8395
8395
  }