Item name |
Required/Optional |
Use of variables |
Description |
Remarks |
Condition list |
Optional |
- |
Specify conditions.
Each column can be operated with the following buttons.
- [Add]:
Add a column.
- [Up]:
Move the selected column upwards by one row.
- [Down]:
Move the selected column downwards by one row.
- [Delete]:
Delete the column.
|
Refer to Conditions for more details.
When an error occurs at a condition, conditions after that will not be tested.
|
Condition list/Target |
Required |
Available |
Specify target as a variable or a fixed value. |
|
Conditions list/Data type |
Required |
Not available |
Select a data type.
Refer to “Data Types” for more details. |
|
Condition list/Condition |
Required |
Not available |
Select a condition.
Refer to Value Conditions for more details. |
|
Condition list/Expected value |
Optional |
Available |
Specify expected value as a variable or a fixed value. |
|
Component variable name |
Description |
Remarks |
message_category |
When an error occurs, the corresponding message code's category is stored. |
|
message_code |
When an error occurs, the corresponding message code is stored. |
|
message_level |
When an error occurs, the corresponding message code's severity is stored. |
|
error_type |
When an error occurs, the error type is stored. |
- Default value is null.
- The error type will be in the following format.
Example: “java.io.FileNotFoundException”
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_message |
When an error occurs, the error message is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions.
|
error_trace |
When an error occurs, the error's trace information is stored. |
- Default value is null.
The contents that will be stored may vary depending on DataSpider Servista versions and client applications.
|