in src/app/ui/utils/error.component.ts [41:43]
get errorMessage(): string { return 'ERROR: ' + (this.error.message ? this.error.message : JSON.stringify(this.error)) }