Searched refs:errorTypeObject (Results 1 – 1 of 1) sorted by relevance
516 JSONObject errorTypeObject = errorTypeArray.getJSONObject(j); in readErrorPolicies() local518 String errorTypeStr = ((String) errorTypeObject.get("ErrorType")).trim(); in readErrorPolicies()519 JSONArray errorDetailArray = (JSONArray) errorTypeObject.get("ErrorDetails"); in readErrorPolicies()530 parseRetryArray((JSONArray) errorTypeObject.get("RetryArray")), in readErrorPolicies()532 (JSONArray) errorTypeObject.get("UnthrottlingEvents"))); in readErrorPolicies()