The dialogueFailureEventRecv method is issued from the Java application to receive the ErrorCode when a dialog fails in an unrecoverable state.
It can be sent from the ICM to inform the Java application of an error, for example, if the dialog has had a fatal failure. When the dialogueFailureEventRecv is issued, the dialog is no longer active to the ICM. The dialog is still available to the VRU so that any signaled events can be retrieved by the Java application.
CTICiscoReturn dialogueFailureEventRecv();
There are no input parameters for this method.