abstract fun processResponseProcessingError(agent: Agent, problemReportMessage: ConnectionProblemReportMessage): Single<Pair<SentResponse, ConnectionResponseMessage>>
Processes the reponse processing error problem report. This error indicates that the response should be resent as-is.
agent
- for which to process the problem report.
problemReportMessage
- is the problem report message.
Return
Single of a Pair of ConnectionRecord.SentResponse and
ConnectionResponseMessage, the record associated with the response and the recreated
response message.