Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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. |