HTTPTransactionHandler.onError

Can be called at any time before detachTransaction(). This callback implies that an error has occurred. To determine if ingress or egress is affected, check the direciont on the HTTPException. If the direction is INGRESS, it MAY still be possible to send egress.

interface HTTPTransactionHandler
void
onError
(
HTTPErrorCode erromsg
)

Meta