Analytics.TERR.Engine.getLastErrorMessage()
Signature
String getLastErrorMessage(String engine)
Domain
ACTION, CONDITION, QUERY
Description
Gets the last error message of the engine. If engine pool name is passed as a parameter, the error message will be retrieved from Terr engine assigned to the thread invoking this function.
Parameters
Name | Type | Description |
engine | String | Engine or Engine Pool Name |
Example
String error = Analytics.Engine.getLastErrorMessage("engine1");