open fun processResponseProcessingError(agent: Agent, problemReportMessage: ConnectionProblemReportMessage): Single<Pair<SentResponse, ConnectionResponseMessage>>
See ConnectionService.processResponseProcessingError.
The invitee wanted to accept the response, but a processing error occurred. We should still be in the sent response state. In that case, we resend the response message. Otherwise, we throw an exception.