Retrieve error code and message from Google Api Client in Python -


i can't find way retrieve http error code , error message call google api using google api client (in python).
know call can raise httperror (if it's not network problem) that's know.

hope can help

actually, found out e.resp.status http error code stored (e being caught exception). still don't know how isolate error message.


Comments

Popular posts from this blog

linux - Could not find a package configuration file provided by "Qt5Svg" -

simple.odata.client - Simple OData Client Unlink -