Get Error Message List
- 28 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Get Error Message List
- Updated on 28 Dec 2022
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 4.0.0 |
Last Modified in Version | 5.0.0 |
Location | System > Advanced > Import - Export |
The Get Error Message List step returns a list of error messages from the import session.
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Import Session Id | Import session id | String |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The part of the string that was extracted. | List of String |
Example Inputs and Outputs
Import Session Id | Output |
---|---|
StartImportSession1_Output | Done[] |
Null Value | EXCEPTION MESSAGE |
Common Errors
Import Session Id must be provided
If the Import Session Id is not mapped or entered, an error will occur.
To correct this, ensure that the field is mapped or entered correctly.
Exception Message:
Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Import Session Id must be provided
at DecisionsFramework.ServiceLayer.Services.ImportExport.ImportExportSteps.GetErrorMessageList(String importSessionId)
Was this article helpful?