Interface HandleTransportErrorCallback


public interface HandleTransportErrorCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handleTransportError(int transactionNum, int status, int httpResponseCode, String httpResponseText)
    RPCManager transport error callback.
  • Method Details

    • handleTransportError

      void handleTransportError(int transactionNum, int status, int httpResponseCode, String httpResponseText)
      RPCManager transport error callback.

      See RPCManager.setHandleTransportErrorCallback() or the overview of error handling for additional guidance.

      Parameters:
      transactionNum - The submitted client-server transaction number
      status - The RPCResponse status code
      httpResponseCode - The HTTP Response code reported by the server
      httpResponseText - The raw HTTP Response text