module.fail_json(msg="A 3xx redirect response code was provided but no Location: header was provided to point to the new location.")
excepthttplib2.RedirectLimit:
module.fail_json(msg="The maximum number of redirections was reached without coming to a final URI.")
excepthttplib2.ServerNotFoundError:
module.fail_json(msg="Unable to resolve the host name given.")
excepthttplib2.RelativeURIError:
module.fail_json(msg="A relative, as opposed to an absolute URI, was passed in.")
excepthttplib2.FailedToDecompressContent:
module.fail_json(msg="The headers claimed that the content of the response was compressed but the decompression algorithm applied to the content failed.")