diff --git a/angular/src/directives/api-action.directive.ts b/angular/src/directives/api-action.directive.ts index d45c9b87f0..0ee0ed2a74 100644 --- a/angular/src/directives/api-action.directive.ts +++ b/angular/src/directives/api-action.directive.ts @@ -35,6 +35,7 @@ export class ApiActionDirective implements OnChanges { this.logService.error('Captcha required error response: ' + e.getSingleMessage()); return; } + this.logService?.error(`Received API exception: ${e}`); this.validationService.showError(e); }); }