abstract fun processRequestProcessingError(agent: Agent, problemReportMessage: ConnectionProblemReportMessage): Single<Pair<SentRequest, ConnectionRequestMessage>>
Processes the request processing error problem report. This error indicates that the request 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.SentRequest and
ConnectionRequestMessage, the record associated with the request and the recreated
request message.