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
Post a Comment