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
386 except httplib2.RedirectMissingLocation:
199 class RedirectMissingLocation(HttpLib2ErrorWithResponse): class1879 raise RedirectMissingLocation(
96 class RedirectMissingLocation(HttpLib2ErrorWithResponse): class1685 raise RedirectMissingLocation(
143 .. exception:: RedirectMissingLocation
120 \begin{excdesc}{RedirectMissingLocation}
567 except httplib2.RedirectMissingLocation:
544 except httplib2.RedirectMissingLocation: