Your Browser is not longer supported

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

{{viewport.spaceProperty.prod}}

case

&pagelevel(4)&pagelevel

The activity described in case is executed if the current error code is found in its list of error codes. The case activity replaces the activity in which the faulthandler is located.

The context objects of the replaced activity are copied to the context of the case 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

 <case code="codelist" >
   comment?
   context?
   Activity+
 </case>

Attributes

Name

Value

Meaning

code

codelist

A list of error codes for which this case activity is to be executed.
The individual error codes are separated from one another by spaces.
Here you can use “normal” Ftscript error codes (see ""Normal" Ftscript error codes") and “severe” Ftscript error codes (see "Severe Ftscript error codes") or a user-defined error code that you create with the fault activity.