$body = file_get_contents($url); //defined somewhere else
$json = json_decode($body);
if(isset($json->SearchResponse->Errors))
throw new Exception ("search Error");
何$json->SearchResponse->Errors
を指しますか?つまり、これは本文(または)検索応答の内容を調べ、エラーはオブジェクトです..?