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

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -