Searched refs:jsonResponse (Results 1 – 2 of 2) sorted by relevance
79 public function setJsonResponse(HttpBody $jsonResponse) argument81 $this->jsonResponse = $jsonResponse;88 return $this->jsonResponse;
963 $jsonResponse = json_decode($responseBody, true);964 $waitTime = array_get($jsonResponse, 'retry_after_ms');965 …$waitTime = $waitTime ?: array_get($jsonResponse, 'error.retry_after_ms', $this->default429WaitMs);