Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

default

&pagelevel(4)&pagelevel

If the current error code is not found in any of the case elements then the default activity is executed.

This applies to all error codes with the exception of the "severe" Ftscript error codes (see section “Severe Ftscript error codes”), for which the default branch of the faulthandler is ignored.
The default activity replaces the activity in which the faulthandler is located.

The context objects of the replaced activity are copied to the context of the default activity if still present. The contexts of the child activities (including those in which the error occurred) are no longer accessible.

For information on execution, see section “sequence”.

Format

 <default>
   comment?
   context?
   Activity*
 </default>