Using Error_Extract for Synchronous and Asynchronous Calls

When designing your TP, you can choose to call some conversation services synchronously or asynchronously, depending on whether or not you want to process other instructions while the system processes a call. Your TP can call Error_Extract to return error information for both synchronous and asynchronous calls.