When custom error handling is enabled a message should be logged so that it can be properly investigated. The rule looks for log message action in the event handler flow (including sub-microflows).
It is best to log the error as soon as possible, preferably in the first few action. This number of actions is configurable.
Noncompliant example:
Compliant example:
Note: The message logged does not have to include the actual error message.