Searched refs:RedirectMissingLocation (Results 1 – 10 of 10) sorted by relevance
15 httplib2.RedirectMissingLocation exception libhttplib2.html
1 …DecompressContent:[1,3],Response:[1,0],ServerNotFoundError:[1,3],RedirectMissingLocation:[1,3],deb… property
388 except httplib2.RedirectMissingLocation:
96 class RedirectMissingLocation(HttpLib2ErrorWithResponse): class1629 raise RedirectMissingLocation(
192 class RedirectMissingLocation(HttpLib2ErrorWithResponse): class1830 raise RedirectMissingLocation(
143 .. exception:: RedirectMissingLocation
120 \begin{excdesc}{RedirectMissingLocation}
567 except httplib2.RedirectMissingLocation:
544 except httplib2.RedirectMissingLocation: