Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Event Folder | Summary of Elements in this Folder | pub.event:errorInfo
 
pub.event:errorInfo
WmPublic. Document type for error event information.
Parameters
stackTrace
String Stack trace for the error.
errorMessage
String The error message, if any, generated by the error that causes the error event.
serviceName
String Fully qualified name of the service in which the error occurred.
Usage Note
The watt.server.event.exception.async server parameter indicates whether event handlers for error events are invoked synchronously or asynchronously. When this parameter is set to true, Integration Server invokes the event handlers that subscribe to error events asynchronously. When this parameter is set to false, Integration Server invokes the services that subscribe to the error events synchronously. The default is true (asynchronous).
An error event handler can have a filter for the contents of errorMessage. The following filter specifies that any error event with an errorMessage whose value contains the word "missing" will invoke the event handler: *missing*