public interface HandleTransportErrorCallback | Modifier and Type | Method and Description |
|---|---|
void | handleTransportError(int transactionNum, int status, int httpResponseCode, java.lang.String httpResponseText) RPCManager transport error callback. |
void handleTransportError(int transactionNum,
int status,
int httpResponseCode,
java.lang.String httpResponseText) See RPCManager.setHandleTransportErrorCallback() or the overview of error handling for additional guidance.
transactionNum - The submitted client-server transaction numberstatus - The RPCResponse status codehttpResponseCode - The HTTP Response code reported by the serverhttpResponseText - The raw HTTP Response text