packages/base/src/lib/eui-models/eui-config/http-error-handler.config.ts
Properties |
[key: number]:
|
|
What to do in case of an error status code. if callback function, call it if it's string, redirect the router to it if null, do nothing |
| default |
default:
|
Type : HttpErrorCallbackFn | string | null
|
| Optional |
|
Default behaviour, if error status code does not match |
| path |
path:
|
Type : string
|
|
The path to match against, a URL string that uses router matching notation. Can include wildcard characters (*). |