ZF-6797: Please add exception codes to all exceptions in Zend_Gdata
Description
It's just not efficient to {{strstr()}} on exception messages, in order to figure out what went wrong. An example is when a video was removed from YouTube, you get an exception which says that the service returned 'Video not found, 404' (along those lines), but the exception code is {{0}}. Instead a 404 error code in the exception would be expected and also easier to handle in the application.
Comments
Posted by Rob Allen (rob) on 2012-11-20T20:53:21.000+0000
Bulk change of all issues last updated before 1st January 2010 as "Won't Fix".
Feel free to re-open and provide a patch if you want to fix this issue.