Analytics.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

NameTypeDescription
engineStringEngine or Engine Pool Name

Returns

TypeDescription
String

Cautions

none

Example

String error = Analytics.Engine.getLastErrorMessage("engine1");