Searched refs:errorObject (Results 1 – 11 of 11) sorted by relevance
25 public void onError(JSONObject errorObject) { in onError() argument26 if (errorObject == null) { in onError()30 String errorString = getErrorString(errorObject); in onError()31 JSONString tracebackString = errorObject.get("traceback").isString(); in onError()40 protected String getErrorString(JSONObject errorObject) { in getErrorString() argument41 if (errorObject == null) { in getErrorString()45 String name = Utils.jsonToString(errorObject.get("name")); in getErrorString()46 String message = Utils.jsonToString(errorObject.get("message")); in getErrorString()
53 public void onError(JSONObject errorObject) { in getPage()54 super.onError(errorObject); in getPage()55 callback.onError(errorObject); in getPage()71 public void onError(JSONObject errorObject) { in getTotalResultCount()72 super.onError(errorObject); in getTotalResultCount()73 callback.onError(errorObject); in getTotalResultCount()
104 public void onError(JSONObject errorObject); in onError() argument111 public void onError(JSONObject errorObject) {} in onError() argument
354 public void onError(JSONObject errorObject) { in onError() argument
912 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local916 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()917 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()920 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()925 ev = new TimeoutEvent(this, (ClientTransaction) errorObject, in transactionErrorEvent()929 this.handleEvent(ev, (SIPTransaction) errorObject); in transactionErrorEvent()932 Object errorObject = transactionErrorEvent.getSource(); in transactionErrorEvent() local936 if (errorObject instanceof SIPServerTransaction) { in transactionErrorEvent()937 ev = new TimeoutEvent(this, (ServerTransaction) errorObject, in transactionErrorEvent()940 SIPClientTransaction clientTx = (SIPClientTransaction) errorObject; in transactionErrorEvent()[all …]
56 public void onError(JSONObject errorObject) {57 super.onError(errorObject);58 String errorString = getErrorString(errorObject);218 public void onError(JSONObject errorObject) { in fetchData()219 super.onError(errorObject); in fetchData()
192 public void onError(JSONObject errorObject) { in onError() argument
297 public void onError(JSONObject errorObject) { in showCompletionPercentage()298 super.onError(errorObject); in showCompletionPercentage()
401 public void onError(JSONObject errorObject) { in generateControlFile()402 super.onError(errorObject); in generateControlFile()827 public void onError(JSONObject errorObject) { in submitJob()828 super.onError(errorObject); in submitJob()968 public void onError(JSONObject errorObject) { in fetchImageTests()969 super.onError(errorObject); in fetchImageTests()
238 public void onError(JSONObject errorObject) { in fetchData()239 super.onError(errorObject); in fetchData()
440 public void onError(JSONObject errorObject) { in onError() argument