try{
   //have a party
}catch(Zend_Gdata_App_HttpException $e){
   //log error and continue your party
   if ($iNeedTheError){
      log($e->getMessage());
   }
}

-Bart

phpbrat schreef:
Hello all!,

I am getting some errors when i am calling the function $yt->getVideoEntry()
for fetching upoaded Video details through the Zend framework for Youtube
API...
It works fine for the successful uploads but it throws error for those
Videos which are displayed as rejected/duplicates in MyVideos List.

"Fatal error: Uncaught exception 'Zend_Gdata_App_HttpException' with message
'Expected response code 200, got 404 Video not found' in
"
How this error can be avoided so that script doesn't halts ??? can somebody
suggest how to do this ?!!!
Or any workaround needed in the Zend framework..
Plz reply ASAP.
Thanks in Advance..

Reply via email to