Component variable name |
Description |
Remarks |
count |
Returns the number of worksheets retrieved. |
- The value defaults to null.
|
folderPath |
Returns the folder path to the spreadsheet read.
|
- The value defaults to null.
|
fileName |
Returns the name of the spreadsheet read.
|
- The value defaults to null.
|
message_category |
Stores the category to which corresponding message code belongs to, when an error occurs. |
- The value defaults to null.
|
message_code |
Stores its corresponding message code, when an error occurs. |
- The value defaults to null.
|
message_level |
Stores the severity of the corresponding message code, when an error occurs. |
- The value defaults to null.
|
error_type |
Stroes the type of the occured error. |
- The value defaults to null.
- Error is represented in the format depicted below.
Example:java.io.FileNotFoundException
The message may vary depending on DataSpider Servista version.
|
error_message |
Stroes the error message for the occured error occurred. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version.
|
error_trace |
Stores stack trace of the occurred error. |
- The value defaults to null.
The message may vary depending on DataSpider Servista version or the client application used.
|
Exception name |
Causes |
Solution |
ResourceNotFoundException
Resource definition could not be found.Name: [] |
[Connect To] is not specified. |
Please specify [Connect To]. |
ResourceNotFoundException
Resource definition could not be found.Name: [<name of Global Resources>] |
Resource definition selected in [Connect To] is not found. |
Please check the global resource specified in [Connect To]. |
InvalidPropertyConfigurationException
<Property name> is not specified. |
[<Property name>] is not specified. |
Specify the [<Property name>]. |
InvalidFolderPathException |
The folder path specified in the [Folder Path] is invalid. |
Please check [Folder Path]. |
SpreadsheetNotFoundException
The spreadsheet specified could not be found. File name:[:<File name>]File Name:[<File Name>] |
The spreadsheet specified in the [File Name] could not be found. |
Make sure the [File Name] specified meets the following criteria:
- The spreadsheet the file path points to exist.
- The specified file path points to neither 'Spreadsheet' nor 'Form'
|
java.lang.IllegalArgumentException Invalid extended help URI: Request rate limit exceeded. |
Exceeded the limit on the number of Google Sheets API invocation allowed concurrently. |
Reduce the number of the concurrent invocation. |