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

c - zlib and gdi32 with OpenSSL? -

java - inputmismatch exception -

ios - Align baselines with characters in large line heights with Text Kit -