mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
display http errors
This commit is contained in:
parent
afb63f763a
commit
2129cda38d
2 changed files with 26 additions and 19 deletions
|
|
@ -133,7 +133,7 @@ export class UploadFileWidgetComponent implements OnInit {
|
|||
break;
|
||||
}
|
||||
default: {
|
||||
this.consumerStatusService.fail(status, `${error.status} ${error.statusText}`)
|
||||
this.consumerStatusService.fail(status, $localize`HTTP error: ${error.status} ${error.statusText}`)
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue