onFailure

abstract fun onFailure(    interfaceDescriptor: String,     transactionName: String,     exception: Exception)

Called when dispatching a binder transaction resulted in an exception.

The binder transaction is identified by the interfaceDescriptor and transactionName.