Links may not function; however, this content may be relevant to outdated versions of the product.
Exception handling
Pega Smart Dispute for Issuers uses the MCOMClaimsMgrConnectionProblem flow to handle any connection errors that might occur when services are invoked.
In the case of an exception, the MCOMClaimsMgrConnectionProblem flow is invoked from the InvokeMCOMClaimsMgrService flow. Then, the assignment is routed to the Exceptions work queue. Open the assignment to view the details about the interaction with the failed service and retry the service or resolve the case.
Customization
To customize exception handling, override the MCOMClaimsMgrConnectionProblem flow. In addition, to extend exception handling by overriding or adding processing steps, override the MCOMClaimsMgrErrorHandlingTemplateExtension data transform.