...
Token | Description | Message bundle key (start with "MessageFormatter.") |
---|---|---|
%ERROR_HEADING% | e.g. "The Pentaho BI Platform reported an error while running an action sequence" | MessageFormatter.RESPONSE_ERROR_HEADING |
%EXCEPTION_MSG% | prints the topmost exception message text | N/A |
%EXCEPTION_MSG_LABEL% | e.g. "Error Message:" | MessageFormatter. RESPONSE_EXCEPTION_MSG_LABEL |
%EXCEPTION_TIME_LABEL% | e.g. "Error Time:" | MessageFormatter. RESPONSE_EXCEPTION_TIME_LABEL |
%EXCEPTION_TIME% | the time the root cause exception occurred. Uses LocalHelper to format the date. | N/A |
%EXCEPTION_TYPE_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_TYPE_LABEL |
%EXCEPTION_TYPE% |
|
|
%SESSION_ID_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_SESSION_ID_LABEL |
%SESSION_ID% |
|
|
%INSTANCE_ID_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_INSTANCE_ID_LABEL |
%INSTANCE_ID% |
|
|
%ACTION_SEQUENCE_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_ACTION_SEQUENCE_LABEL |
%ACTION_SEQUENCE% |
|
|
%ACTION_SEQUENCE_EXECUTION_STACK_LABEL% |
| MessageFormatter.RESPONSE_EXCEPTION_ACTION_SEQUENCE_EXECUTION_STACK_LABEL |
%ACTION_SEQUENCE_EXECUTION_STACK% |
| |
%ACTION_CLASS_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_ACTION_CLASS_LABEL |
%ACTION_CLASS% |
| |
%ACTION_DESC_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_ACTION_DESC_LABEL |
%ACTION_DESC% |
|
|
%STEP_NUM_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_STEP_NUM_LABEL |
%STEP_NUM% |
|
|
%STACK_TRACE_LABEL% |
| MessageFormatter. RESPONSE_EXCEPTION_STACK_TRACE_LABEL |
%STACK_TRACE% |
|
|
...