Hello,
I'm looking at the errorHandling example.
In case of error, below method is called
If I want to get error message(i.e exception detail or cause) also with payload(Invitation), how can I do that?Code:public void onInvitationFailed(Invitation inv) { logger.info("Host received failure notification for: " + inv); }
thanks


Reply With Quote