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.
|
Exception name |
Cause |
Solution |
InputDataNotFoundException |
[Input data] is not specified. |
Specify [Input data] or draw data flow. |
ResourceNotFoundException Resource definition is not found. Name: [] |
[Destination] is not specified. |
Specify [Destination]. |
ResourceNotFoundException Resource definition is not found. Name: [<global resource name>] |
The resource definition specified in [Destination] is not found. |
Check the global resource specified in [Destination]. |
InvalidPropertyConfigurationException
<property name> is not specified. |
[<property name>] is not specified. |
Specify [<property name>]. |
KintoneResponseStatusException
<status code><contents of status code>
<contents of error> |
An error occurred during kintone processing. |
Check the settings and the input value according to the error message. |
org.apache.http.client.ClientProtocolException |
[Subdomain name] is invalid. |
Check [Subdomain name] of [Destination]. |
RequestParameterRequiredException
Required parameter of <input data> is not specified. |
Required parameter of [<Input data>] is not specified. |
Specify required parameter of [<Input data>]. |