aries / net.globalid.aries.features.connection / DefaultConnectionService / processRequestProcessingError

processRequestProcessingError

open fun processRequestProcessingError(agent: Agent, problemReportMessage: ConnectionProblemReportMessage): Single<Pair<SentRequest, ConnectionRequestMessage>>

See ConnectionService.processRequestProcessingError.

The invitee wanted to accept the request, but could not send a response back. We should still be in the sent request state. In that case, we resend the request message. Otherwise, we throw an exception.