Exception console screens
The Exception Console is used to manage Service Definition Framework exceptions and exception groups.
You can use the Exception Console to handle Service Definition Framework exceptions.
The Exception Console provides you the ability to:
- View all errors logged by the Service Definition Framework
- Modify the original XML that caused the error
- Resubmit a modified XML for reprocessing, for APIs defined as "reprocessible".
An Integration Adapter, configured for the specified Runtime ID, must be running in order to reprocess errors in Pending Reprocess state.
You can also use the Exception Console to handle
Service Definition Framework exceptions groups. An exception group
consists of multiple APIs that are grouped together to ensure that
when one fails, subsequent transactions grouped across APIs also fail.
For example, if the createOrder API fails for an order, any changeOrder
API
calls for that order automatically fail without the API being called.
Once the createOrder error is fixed, the changeOrder
data
is also submitted to be reprocessed. By default, all errors in a group
are reprocessed in arrival sequence when submitted for reprocessing.
The Exception Console provides you the ability to:
- View all error groups logged by the Service Definition Framework
- Resequence the order of the APIs
- Edit individual exception's XMLs then resubmit the entire group of exceptions for reprocessing
An Integration Adapter, configured for the specified Runtime ID, must be running in order to reprocess errors in Pending Reprocess state.