Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Version: Available or changed with runtime version 4.0.
Specifies how an error in the page background task appears in the client.
Members
| Member | Description |
|---|---|
| Error | Error occuring in a page background task is displayed as an normal error in the client. This is the default value. |
| Warning | Error occuring in a page background task is displayed as an warning in the client. Note: Any error thrown in completion trigger will ignore this value and will be displayed in the client as a normal error. |
| Ignore | Error occuring in a page background task is not displayed in the client. Note: Any error thrown in completion trigger will ignore this value and will be displayed in the client as a normal error. |