Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: module apiclient.errors</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading"> |
| 7 | <tr bgcolor="#7799ee"> |
| 8 | <td valign=bottom> <br> |
| 9 | <font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="apiclient.html"><font color="#ffffff">apiclient</font></a>.errors</strong></big></big></font></td |
| 10 | ><td align=right valign=bottom |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame^] | 11 | ><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/errors.py">/usr/local/google/home/jcgregorio/projects/apiclient/apiclient/errors.py</a></font></td></tr></table> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 12 | <p><tt>Errors for the library.<br> |
| 13 | <br> |
| 14 | All exceptions defined by the library<br> |
| 15 | should be defined in this file.</tt></p> |
| 16 | <p> |
| 17 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
Joe Gregorio | 6e53703 | 2011-02-09 23:04:26 -0500 | [diff] [blame] | 18 | <tr bgcolor="#aa55cc"> |
| 19 | <td colspan=3 valign=bottom> <br> |
| 20 | <font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr> |
| 21 | |
| 22 | <tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td> |
| 23 | <td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="simplejson.html">simplejson</a><br> |
| 24 | </td><td width="25%" valign=top></td><td width="25%" valign=top></td><td width="25%" valign=top></td></tr></table></td></tr></table><p> |
| 25 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 26 | <tr bgcolor="#ee77aa"> |
| 27 | <td colspan=3 valign=bottom> <br> |
| 28 | <font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr> |
| 29 | |
| 30 | <tr><td bgcolor="#ee77aa"><tt> </tt></td><td> </td> |
| 31 | <td width="100%"><dl> |
| 32 | <dt><font face="helvetica, arial"><a href="exceptions.html#Exception">exceptions.Exception</a>(<a href="exceptions.html#BaseException">exceptions.BaseException</a>) |
| 33 | </font></dt><dd> |
| 34 | <dl> |
| 35 | <dt><font face="helvetica, arial"><a href="apiclient.errors.html#Error">Error</a> |
| 36 | </font></dt><dd> |
| 37 | <dl> |
| 38 | <dt><font face="helvetica, arial"><a href="apiclient.errors.html#HttpError">HttpError</a> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 39 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame^] | 40 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a> |
| 41 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 42 | </font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a> |
| 43 | </font></dt></dl> |
| 44 | </dd> |
| 45 | </dl> |
| 46 | </dd> |
| 47 | </dl> |
| 48 | <p> |
| 49 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 50 | <tr bgcolor="#ffc8d8"> |
| 51 | <td colspan=3 valign=bottom> <br> |
| 52 | <font color="#000000" face="helvetica, arial"><a name="Error">class <strong>Error</strong></a>(<a href="exceptions.html#Exception">exceptions.Exception</a>)</font></td></tr> |
| 53 | |
| 54 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 55 | <td colspan=2><tt>Base error for this module.<br> </tt></td></tr> |
| 56 | <tr><td> </td> |
| 57 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 58 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 59 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 60 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 61 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 62 | </dl> |
| 63 | <hr> |
| 64 | Data descriptors defined here:<br> |
| 65 | <dl><dt><strong>__weakref__</strong></dt> |
| 66 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 67 | </dl> |
| 68 | <hr> |
| 69 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 4258d6b | 2011-03-18 10:20:16 -0400 | [diff] [blame] | 70 | <dl><dt><a name="Error-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 71 | |
| 72 | <hr> |
| 73 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 74 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#Error-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 75 | |
| 76 | <hr> |
| 77 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 78 | <dl><dt><a name="Error-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 79 | |
| 80 | <dl><dt><a name="Error-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 81 | |
| 82 | <dl><dt><a name="Error-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 83 | |
| 84 | <dl><dt><a name="Error-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 85 | <br> |
| 86 | Use of negative indices is not supported.</tt></dd></dl> |
| 87 | |
| 88 | <dl><dt><a name="Error-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 89 | |
| 90 | <dl><dt><a name="Error-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 91 | |
| 92 | <dl><dt><a name="Error-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 93 | |
| 94 | <dl><dt><a name="Error-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 95 | |
| 96 | <dl><dt><a name="Error-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 97 | |
| 98 | <dl><dt><a name="Error-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 99 | |
| 100 | <hr> |
| 101 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 102 | <dl><dt><strong>__dict__</strong></dt> |
| 103 | </dl> |
| 104 | <dl><dt><strong>args</strong></dt> |
| 105 | </dl> |
| 106 | <dl><dt><strong>message</strong></dt> |
| 107 | </dl> |
| 108 | </td></tr></table> <p> |
| 109 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 110 | <tr bgcolor="#ffc8d8"> |
| 111 | <td colspan=3 valign=bottom> <br> |
| 112 | <font color="#000000" face="helvetica, arial"><a name="HttpError">class <strong>HttpError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 113 | |
| 114 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 115 | <td colspan=2><tt>HTTP data was invalid or unexpected.<br> </tt></td></tr> |
| 116 | <tr><td> </td> |
| 117 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 118 | <dd><a href="apiclient.errors.html#HttpError">HttpError</a></dd> |
| 119 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 120 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 121 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 122 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 123 | </dl> |
| 124 | <hr> |
| 125 | Methods defined here:<br> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 126 | <dl><dt><a name="HttpError-__init__"><strong>__init__</strong></a>(self, resp, content, uri<font color="#909090">=None</font>)</dt></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 127 | |
Joe Gregorio | 6e53703 | 2011-02-09 23:04:26 -0500 | [diff] [blame] | 128 | <dl><dt><a name="HttpError-__repr__"><strong>__repr__</strong></a>(self)</dt></dl> |
| 129 | |
| 130 | <dl><dt><a name="HttpError-__str__"><strong>__str__</strong></a> = <a href="#HttpError-__repr__">__repr__</a>(self)</dt></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 131 | |
| 132 | <hr> |
| 133 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 134 | <dl><dt><strong>__weakref__</strong></dt> |
| 135 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 136 | </dl> |
| 137 | <hr> |
| 138 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 139 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#HttpError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 140 | |
| 141 | <hr> |
| 142 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 143 | <dl><dt><a name="HttpError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 144 | |
| 145 | <dl><dt><a name="HttpError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 146 | |
| 147 | <dl><dt><a name="HttpError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 148 | |
| 149 | <dl><dt><a name="HttpError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 150 | <br> |
| 151 | Use of negative indices is not supported.</tt></dd></dl> |
| 152 | |
| 153 | <dl><dt><a name="HttpError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 154 | |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 155 | <dl><dt><a name="HttpError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 156 | |
| 157 | <dl><dt><a name="HttpError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 158 | |
| 159 | <dl><dt><a name="HttpError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 160 | |
| 161 | <hr> |
| 162 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 163 | <dl><dt><strong>__dict__</strong></dt> |
| 164 | </dl> |
| 165 | <dl><dt><strong>args</strong></dt> |
| 166 | </dl> |
| 167 | <dl><dt><strong>message</strong></dt> |
| 168 | </dl> |
| 169 | </td></tr></table> <p> |
| 170 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 171 | <tr bgcolor="#ffc8d8"> |
| 172 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 173 | <font color="#000000" face="helvetica, arial"><a name="InvalidJsonError">class <strong>InvalidJsonError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 174 | |
| 175 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 176 | <td colspan=2><tt>The JSON returned could not be parsed.<br> </tt></td></tr> |
| 177 | <tr><td> </td> |
| 178 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 179 | <dd><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a></dd> |
| 180 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 181 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 182 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 183 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 184 | </dl> |
| 185 | <hr> |
| 186 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 187 | <dl><dt><strong>__weakref__</strong></dt> |
| 188 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 189 | </dl> |
| 190 | <hr> |
| 191 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 4258d6b | 2011-03-18 10:20:16 -0400 | [diff] [blame] | 192 | <dl><dt><a name="InvalidJsonError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
Joe Gregorio | 4939655 | 2011-03-08 10:39:00 -0500 | [diff] [blame] | 193 | |
| 194 | <hr> |
| 195 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 196 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#InvalidJsonError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 197 | |
| 198 | <hr> |
| 199 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 200 | <dl><dt><a name="InvalidJsonError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 201 | |
| 202 | <dl><dt><a name="InvalidJsonError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 203 | |
| 204 | <dl><dt><a name="InvalidJsonError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 205 | |
| 206 | <dl><dt><a name="InvalidJsonError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 207 | <br> |
| 208 | Use of negative indices is not supported.</tt></dd></dl> |
| 209 | |
| 210 | <dl><dt><a name="InvalidJsonError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 211 | |
| 212 | <dl><dt><a name="InvalidJsonError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 213 | |
| 214 | <dl><dt><a name="InvalidJsonError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 215 | |
| 216 | <dl><dt><a name="InvalidJsonError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 217 | |
| 218 | <dl><dt><a name="InvalidJsonError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 219 | |
| 220 | <dl><dt><a name="InvalidJsonError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 221 | |
| 222 | <hr> |
| 223 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 224 | <dl><dt><strong>__dict__</strong></dt> |
| 225 | </dl> |
| 226 | <dl><dt><strong>args</strong></dt> |
| 227 | </dl> |
| 228 | <dl><dt><strong>message</strong></dt> |
| 229 | </dl> |
| 230 | </td></tr></table> <p> |
| 231 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 232 | <tr bgcolor="#ffc8d8"> |
| 233 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | b9e63ff | 2011-06-30 12:38:10 -0400 | [diff] [blame^] | 234 | <font color="#000000" face="helvetica, arial"><a name="MediaUploadSizeError">class <strong>MediaUploadSizeError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 235 | |
| 236 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 237 | <td colspan=2><tt>Media is larger than the method can accept.<br> </tt></td></tr> |
| 238 | <tr><td> </td> |
| 239 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 240 | <dd><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a></dd> |
| 241 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 242 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 243 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 244 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 245 | </dl> |
| 246 | <hr> |
| 247 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 248 | <dl><dt><strong>__weakref__</strong></dt> |
| 249 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 250 | </dl> |
| 251 | <hr> |
| 252 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 253 | <dl><dt><a name="MediaUploadSizeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
| 254 | |
| 255 | <hr> |
| 256 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 257 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#MediaUploadSizeError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 258 | |
| 259 | <hr> |
| 260 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 261 | <dl><dt><a name="MediaUploadSizeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 262 | |
| 263 | <dl><dt><a name="MediaUploadSizeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 264 | |
| 265 | <dl><dt><a name="MediaUploadSizeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 266 | |
| 267 | <dl><dt><a name="MediaUploadSizeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 268 | <br> |
| 269 | Use of negative indices is not supported.</tt></dd></dl> |
| 270 | |
| 271 | <dl><dt><a name="MediaUploadSizeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 272 | |
| 273 | <dl><dt><a name="MediaUploadSizeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 274 | |
| 275 | <dl><dt><a name="MediaUploadSizeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 276 | |
| 277 | <dl><dt><a name="MediaUploadSizeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 278 | |
| 279 | <dl><dt><a name="MediaUploadSizeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 280 | |
| 281 | <dl><dt><a name="MediaUploadSizeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 282 | |
| 283 | <hr> |
| 284 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 285 | <dl><dt><strong>__dict__</strong></dt> |
| 286 | </dl> |
| 287 | <dl><dt><strong>args</strong></dt> |
| 288 | </dl> |
| 289 | <dl><dt><strong>message</strong></dt> |
| 290 | </dl> |
| 291 | </td></tr></table> <p> |
| 292 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 293 | <tr bgcolor="#ffc8d8"> |
| 294 | <td colspan=3 valign=bottom> <br> |
| 295 | <font color="#000000" face="helvetica, arial"><a name="UnacceptableMimeTypeError">class <strong>UnacceptableMimeTypeError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 296 | |
| 297 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 298 | <td colspan=2><tt>That is an unacceptable mimetype for this operation.<br> </tt></td></tr> |
| 299 | <tr><td> </td> |
| 300 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 301 | <dd><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a></dd> |
| 302 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 303 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 304 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 305 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 306 | </dl> |
| 307 | <hr> |
| 308 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 309 | <dl><dt><strong>__weakref__</strong></dt> |
| 310 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 311 | </dl> |
| 312 | <hr> |
| 313 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 314 | <dl><dt><a name="UnacceptableMimeTypeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
| 315 | |
| 316 | <hr> |
| 317 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 318 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnacceptableMimeTypeError-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 319 | |
| 320 | <hr> |
| 321 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 322 | <dl><dt><a name="UnacceptableMimeTypeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 323 | |
| 324 | <dl><dt><a name="UnacceptableMimeTypeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 325 | |
| 326 | <dl><dt><a name="UnacceptableMimeTypeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 327 | |
| 328 | <dl><dt><a name="UnacceptableMimeTypeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 329 | <br> |
| 330 | Use of negative indices is not supported.</tt></dd></dl> |
| 331 | |
| 332 | <dl><dt><a name="UnacceptableMimeTypeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 333 | |
| 334 | <dl><dt><a name="UnacceptableMimeTypeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 335 | |
| 336 | <dl><dt><a name="UnacceptableMimeTypeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 337 | |
| 338 | <dl><dt><a name="UnacceptableMimeTypeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 339 | |
| 340 | <dl><dt><a name="UnacceptableMimeTypeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 341 | |
| 342 | <dl><dt><a name="UnacceptableMimeTypeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 343 | |
| 344 | <hr> |
| 345 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 346 | <dl><dt><strong>__dict__</strong></dt> |
| 347 | </dl> |
| 348 | <dl><dt><strong>args</strong></dt> |
| 349 | </dl> |
| 350 | <dl><dt><strong>message</strong></dt> |
| 351 | </dl> |
| 352 | </td></tr></table> <p> |
| 353 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 354 | <tr bgcolor="#ffc8d8"> |
| 355 | <td colspan=3 valign=bottom> <br> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 356 | <font color="#000000" face="helvetica, arial"><a name="UnknownLinkType">class <strong>UnknownLinkType</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr> |
| 357 | |
| 358 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 359 | <td colspan=2><tt>Link type unknown or unexpected.<br> </tt></td></tr> |
| 360 | <tr><td> </td> |
| 361 | <td width="100%"><dl><dt>Method resolution order:</dt> |
| 362 | <dd><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a></dd> |
| 363 | <dd><a href="apiclient.errors.html#Error">Error</a></dd> |
| 364 | <dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd> |
| 365 | <dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd> |
| 366 | <dd><a href="__builtin__.html#object">__builtin__.object</a></dd> |
| 367 | </dl> |
| 368 | <hr> |
| 369 | Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br> |
| 370 | <dl><dt><strong>__weakref__</strong></dt> |
| 371 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 372 | </dl> |
| 373 | <hr> |
| 374 | Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
Joe Gregorio | 4258d6b | 2011-03-18 10:20:16 -0400 | [diff] [blame] | 375 | <dl><dt><a name="UnknownLinkType-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__init__">__init__</a>(...) initializes x; see help(type(x)) for signature</tt></dd></dl> |
Joe Gregorio | 30dfdc3 | 2010-12-09 16:34:22 -0500 | [diff] [blame] | 376 | |
| 377 | <hr> |
| 378 | Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br> |
| 379 | <dl><dt><strong>__new__</strong> = <built-in method __new__ of type object><dd><tt>T.<a href="#UnknownLinkType-__new__">__new__</a>(S, ...) -> a new object with type S, a subtype of T</tt></dl> |
| 380 | |
| 381 | <hr> |
| 382 | Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 383 | <dl><dt><a name="UnknownLinkType-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__delattr__">__delattr__</a>('name') <==> del x.name</tt></dd></dl> |
| 384 | |
| 385 | <dl><dt><a name="UnknownLinkType-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getattribute__">__getattribute__</a>('name') <==> x.name</tt></dd></dl> |
| 386 | |
| 387 | <dl><dt><a name="UnknownLinkType-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getitem__">__getitem__</a>(y) <==> x[y]</tt></dd></dl> |
| 388 | |
| 389 | <dl><dt><a name="UnknownLinkType-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getslice__">__getslice__</a>(i, j) <==> x[i:j]<br> |
| 390 | <br> |
| 391 | Use of negative indices is not supported.</tt></dd></dl> |
| 392 | |
| 393 | <dl><dt><a name="UnknownLinkType-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl> |
| 394 | |
| 395 | <dl><dt><a name="UnknownLinkType-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__repr__">__repr__</a>() <==> repr(x)</tt></dd></dl> |
| 396 | |
| 397 | <dl><dt><a name="UnknownLinkType-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__setattr__">__setattr__</a>('name', value) <==> x.name = value</tt></dd></dl> |
| 398 | |
| 399 | <dl><dt><a name="UnknownLinkType-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl> |
| 400 | |
| 401 | <dl><dt><a name="UnknownLinkType-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__str__">__str__</a>() <==> str(x)</tt></dd></dl> |
| 402 | |
| 403 | <dl><dt><a name="UnknownLinkType-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl> |
| 404 | |
| 405 | <hr> |
| 406 | Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br> |
| 407 | <dl><dt><strong>__dict__</strong></dt> |
| 408 | </dl> |
| 409 | <dl><dt><strong>args</strong></dt> |
| 410 | </dl> |
| 411 | <dl><dt><strong>message</strong></dt> |
| 412 | </dl> |
| 413 | </td></tr></table></td></tr></table><p> |
| 414 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 415 | <tr bgcolor="#55aa55"> |
| 416 | <td colspan=3 valign=bottom> <br> |
| 417 | <font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr> |
| 418 | |
| 419 | <tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td> |
| 420 | <td width="100%"><strong>__author__</strong> = 'jcgregorio@google.com (Joe Gregorio)'</td></tr></table><p> |
| 421 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 422 | <tr bgcolor="#7799ee"> |
| 423 | <td colspan=3 valign=bottom> <br> |
| 424 | <font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr> |
| 425 | |
| 426 | <tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td> |
| 427 | <td width="100%">jcgregorio@google.com (Joe Gregorio)</td></tr></table> |
| 428 | </body></html> |