Log full api error (#10409)
This commit is contained in:
parent
b0c938ea7e
commit
6faa9f58ed
|
@ -42,7 +42,7 @@ export class ApiActionDirective implements OnChanges {
|
||||||
this.logService.error("Captcha required error response: " + e.getSingleMessage());
|
this.logService.error("Captcha required error response: " + e.getSingleMessage());
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.logService?.error(`Received API exception: ${e}`);
|
this.logService?.error(`Received API exception:`, e);
|
||||||
this.validationService.showError(e);
|
this.validationService.showError(e);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue