Home
last modified time | relevance | path

Searched refs:error_json (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/web/http_client/
Dhttp_client.cc231 Json::Value error_json; in DownloadToJson() local
233 error_json["error"] = "Failed to parse json: " + result.error().Message(); in DownloadToJson()
234 error_json["response"] = response.data; in DownloadToJson()
235 return HttpResponse<Json::Value>{error_json, response.http_code}; in DownloadToJson()