Browse Source
Merge pull request #21297 from abpframework/auto-merge/rel-8-2/3178
Merge branch rel-8.3 with rel-8.2
pull/21298/head
maliming
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
docs/en/framework/ui/angular/http-error-handling.md
|
|
|
@ -27,7 +27,7 @@ export class AppModule {} |
|
|
|
``` |
|
|
|
|
|
|
|
- `ErrorScreenErrorCodes` the error codes that you can pass to `skipHandledErrorCodes` and `forWhichErrors`. |
|
|
|
- `skipHandledErrorCodes` the error codes those you don't want to handle it. |
|
|
|
- `skipHandledErrorCodes` the error codes those you don't want to handle. |
|
|
|
- `errorScreen` the screen that you want to show when a route error occurs. |
|
|
|
- `component` component that you want to show. |
|
|
|
- `forWhichErrors` same as `ErrorScreenErrorCodes` |
|
|
|
|