blob: 56b67d4cca2fdb1809e66ab9a33c570732db35c6 [file] [log] [blame]
Joe Gregorio30dfdc32010-12-09 16:34:22 -05001
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>&nbsp;<br>
9<font color="#ffffff" face="helvetica, arial">&nbsp;<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 Gregorio761c4562011-10-28 14:36:24 -040011><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/errors.py">/usr/local/google/home/jcgregorio/projects/apiclient-release/apiclient/errors.py</a></font></td></tr></table>
Joe Gregorio30dfdc32010-12-09 16:34:22 -050012 <p><tt>Errors&nbsp;for&nbsp;the&nbsp;library.<br>
13&nbsp;<br>
14All&nbsp;exceptions&nbsp;defined&nbsp;by&nbsp;the&nbsp;library<br>
15should&nbsp;be&nbsp;defined&nbsp;in&nbsp;this&nbsp;file.</tt></p>
16<p>
17<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
Joe Gregorio6e537032011-02-09 23:04:26 -050018<tr bgcolor="#aa55cc">
19<td colspan=3 valign=bottom>&nbsp;<br>
20<font color="#ffffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
21
22<tr><td bgcolor="#aa55cc"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
Joe Gregoriob417caf2011-12-08 12:04:24 -050023<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="simplejson.html">simplejson</a><br>
Joe Gregorio6e537032011-02-09 23:04:26 -050024</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 Gregorio30dfdc32010-12-09 16:34:22 -050026<tr bgcolor="#ee77aa">
27<td colspan=3 valign=bottom>&nbsp;<br>
28<font color="#ffffff" face="helvetica, arial"><big><strong>Classes</strong></big></font></td></tr>
29
30<tr><td bgcolor="#ee77aa"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</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>
Joe Gregoriob417caf2011-12-08 12:04:24 -050038<dt><font face="helvetica, arial"><a href="apiclient.errors.html#BatchError">BatchError</a>
39</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#HttpError">HttpError</a>
Joe Gregorio49396552011-03-08 10:39:00 -050040</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -040041</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a>
Joe Gregoriob417caf2011-12-08 12:04:24 -050042</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#ResumableUploadError">ResumableUploadError</a>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -040043</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a>
Joe Gregorioa8451672011-09-15 09:53:21 -040044</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnexpectedBodyError">UnexpectedBodyError</a>
45</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnexpectedMethodError">UnexpectedMethodError</a>
Joe Gregoriob417caf2011-12-08 12:04:24 -050046</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnknownApiNameOrVersion">UnknownApiNameOrVersion</a>
Joe Gregorio30dfdc32010-12-09 16:34:22 -050047</font></dt><dt><font face="helvetica, arial"><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a>
48</font></dt></dl>
49</dd>
50</dl>
51</dd>
52</dl>
53 <p>
54<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
55<tr bgcolor="#ffc8d8">
56<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -050057<font color="#000000" face="helvetica, arial"><a name="BatchError">class <strong>BatchError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr>
58
59<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
60<td colspan=2><tt><a href="#Error">Error</a>&nbsp;occured&nbsp;during&nbsp;batch&nbsp;operations.<br>&nbsp;</tt></td></tr>
61<tr><td>&nbsp;</td>
62<td width="100%"><dl><dt>Method resolution order:</dt>
63<dd><a href="apiclient.errors.html#BatchError">BatchError</a></dd>
64<dd><a href="apiclient.errors.html#Error">Error</a></dd>
65<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
66<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
67<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
68</dl>
69<hr>
70Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
71<dl><dt><strong>__weakref__</strong></dt>
72<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
73</dl>
74<hr>
75Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
76<dl><dt><a name="BatchError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
77
78<hr>
79Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
80<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#BatchError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
81
82<hr>
83Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
84<dl><dt><a name="BatchError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
85
86<dl><dt><a name="BatchError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
87
88<dl><dt><a name="BatchError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
89
90<dl><dt><a name="BatchError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
91&nbsp;<br>
92Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
93
94<dl><dt><a name="BatchError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
95
96<dl><dt><a name="BatchError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
97
98<dl><dt><a name="BatchError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
99
100<dl><dt><a name="BatchError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
101
102<dl><dt><a name="BatchError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#BatchError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
103
104<dl><dt><a name="BatchError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
105
106<hr>
107Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
108<dl><dt><strong>__dict__</strong></dt>
109</dl>
110<dl><dt><strong>args</strong></dt>
111</dl>
112<dl><dt><strong>message</strong></dt>
113</dl>
114</td></tr></table> <p>
115<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
116<tr bgcolor="#ffc8d8">
117<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500118<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>
119
120<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
121<td colspan=2><tt>Base&nbsp;error&nbsp;for&nbsp;this&nbsp;module.<br>&nbsp;</tt></td></tr>
122<tr><td>&nbsp;</td>
123<td width="100%"><dl><dt>Method resolution order:</dt>
124<dd><a href="apiclient.errors.html#Error">Error</a></dd>
125<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
126<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
127<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
128</dl>
129<hr>
130Data descriptors defined here:<br>
131<dl><dt><strong>__weakref__</strong></dt>
132<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
133</dl>
134<hr>
135Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500136<dl><dt><a name="Error-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500137
138<hr>
139Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
140<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#Error-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
141
142<hr>
143Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
144<dl><dt><a name="Error-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
145
146<dl><dt><a name="Error-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
147
148<dl><dt><a name="Error-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
149
150<dl><dt><a name="Error-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
151&nbsp;<br>
152Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
153
154<dl><dt><a name="Error-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
155
156<dl><dt><a name="Error-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
157
158<dl><dt><a name="Error-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
159
160<dl><dt><a name="Error-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
161
162<dl><dt><a name="Error-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#Error-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
163
164<dl><dt><a name="Error-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
165
166<hr>
167Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
168<dl><dt><strong>__dict__</strong></dt>
169</dl>
170<dl><dt><strong>args</strong></dt>
171</dl>
172<dl><dt><strong>message</strong></dt>
173</dl>
174</td></tr></table> <p>
175<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
176<tr bgcolor="#ffc8d8">
177<td colspan=3 valign=bottom>&nbsp;<br>
178<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>
179
180<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
181<td colspan=2><tt>HTTP&nbsp;data&nbsp;was&nbsp;invalid&nbsp;or&nbsp;unexpected.<br>&nbsp;</tt></td></tr>
182<tr><td>&nbsp;</td>
183<td width="100%"><dl><dt>Method resolution order:</dt>
184<dd><a href="apiclient.errors.html#HttpError">HttpError</a></dd>
185<dd><a href="apiclient.errors.html#Error">Error</a></dd>
186<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
187<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
188<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
189</dl>
190<hr>
191Methods defined here:<br>
Joe Gregorio49396552011-03-08 10:39:00 -0500192<dl><dt><a name="HttpError-__init__"><strong>__init__</strong></a>(self, resp, content, uri<font color="#909090">=None</font>)</dt></dl>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500193
Joe Gregorio6e537032011-02-09 23:04:26 -0500194<dl><dt><a name="HttpError-__repr__"><strong>__repr__</strong></a>(self)</dt></dl>
195
196<dl><dt><a name="HttpError-__str__"><strong>__str__</strong></a> = <a href="#HttpError-__repr__">__repr__</a>(self)</dt></dl>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500197
198<hr>
199Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
200<dl><dt><strong>__weakref__</strong></dt>
201<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
202</dl>
203<hr>
204Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
205<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#HttpError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
206
207<hr>
208Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
209<dl><dt><a name="HttpError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
210
211<dl><dt><a name="HttpError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
212
213<dl><dt><a name="HttpError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
214
215<dl><dt><a name="HttpError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
216&nbsp;<br>
217Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
218
219<dl><dt><a name="HttpError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
220
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500221<dl><dt><a name="HttpError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#HttpError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
222
223<dl><dt><a name="HttpError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
224
225<dl><dt><a name="HttpError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
226
227<hr>
228Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
229<dl><dt><strong>__dict__</strong></dt>
230</dl>
231<dl><dt><strong>args</strong></dt>
232</dl>
233<dl><dt><strong>message</strong></dt>
234</dl>
235</td></tr></table> <p>
236<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
237<tr bgcolor="#ffc8d8">
238<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregorio49396552011-03-08 10:39:00 -0500239<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>
240
241<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
242<td colspan=2><tt>The&nbsp;JSON&nbsp;returned&nbsp;could&nbsp;not&nbsp;be&nbsp;parsed.<br>&nbsp;</tt></td></tr>
243<tr><td>&nbsp;</td>
244<td width="100%"><dl><dt>Method resolution order:</dt>
245<dd><a href="apiclient.errors.html#InvalidJsonError">InvalidJsonError</a></dd>
246<dd><a href="apiclient.errors.html#Error">Error</a></dd>
247<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
248<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
249<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
250</dl>
251<hr>
252Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
253<dl><dt><strong>__weakref__</strong></dt>
254<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
255</dl>
256<hr>
257Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500258<dl><dt><a name="InvalidJsonError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
Joe Gregorio49396552011-03-08 10:39:00 -0500259
260<hr>
261Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
262<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#InvalidJsonError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
263
264<hr>
265Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
266<dl><dt><a name="InvalidJsonError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
267
268<dl><dt><a name="InvalidJsonError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
269
270<dl><dt><a name="InvalidJsonError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
271
272<dl><dt><a name="InvalidJsonError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
273&nbsp;<br>
274Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
275
276<dl><dt><a name="InvalidJsonError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
277
278<dl><dt><a name="InvalidJsonError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
279
280<dl><dt><a name="InvalidJsonError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
281
282<dl><dt><a name="InvalidJsonError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
283
284<dl><dt><a name="InvalidJsonError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#InvalidJsonError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
285
286<dl><dt><a name="InvalidJsonError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
287
288<hr>
289Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
290<dl><dt><strong>__dict__</strong></dt>
291</dl>
292<dl><dt><strong>args</strong></dt>
293</dl>
294<dl><dt><strong>message</strong></dt>
295</dl>
296</td></tr></table> <p>
297<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
298<tr bgcolor="#ffc8d8">
299<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -0400300<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>
301
302<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
303<td colspan=2><tt>Media&nbsp;is&nbsp;larger&nbsp;than&nbsp;the&nbsp;method&nbsp;can&nbsp;accept.<br>&nbsp;</tt></td></tr>
304<tr><td>&nbsp;</td>
305<td width="100%"><dl><dt>Method resolution order:</dt>
306<dd><a href="apiclient.errors.html#MediaUploadSizeError">MediaUploadSizeError</a></dd>
307<dd><a href="apiclient.errors.html#Error">Error</a></dd>
308<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
309<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
310<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
311</dl>
312<hr>
313Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
314<dl><dt><strong>__weakref__</strong></dt>
315<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
316</dl>
317<hr>
318Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500319<dl><dt><a name="MediaUploadSizeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -0400320
321<hr>
322Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
323<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#MediaUploadSizeError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
324
325<hr>
326Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
327<dl><dt><a name="MediaUploadSizeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
328
329<dl><dt><a name="MediaUploadSizeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
330
331<dl><dt><a name="MediaUploadSizeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
332
333<dl><dt><a name="MediaUploadSizeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
334&nbsp;<br>
335Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
336
337<dl><dt><a name="MediaUploadSizeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
338
339<dl><dt><a name="MediaUploadSizeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
340
341<dl><dt><a name="MediaUploadSizeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
342
343<dl><dt><a name="MediaUploadSizeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
344
345<dl><dt><a name="MediaUploadSizeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#MediaUploadSizeError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
346
347<dl><dt><a name="MediaUploadSizeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
348
349<hr>
350Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
351<dl><dt><strong>__dict__</strong></dt>
352</dl>
353<dl><dt><strong>args</strong></dt>
354</dl>
355<dl><dt><strong>message</strong></dt>
356</dl>
357</td></tr></table> <p>
358<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
359<tr bgcolor="#ffc8d8">
360<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500361<font color="#000000" face="helvetica, arial"><a name="ResumableUploadError">class <strong>ResumableUploadError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr>
362
363<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
364<td colspan=2><tt><a href="#Error">Error</a>&nbsp;occured&nbsp;during&nbsp;resumable&nbsp;upload.<br>&nbsp;</tt></td></tr>
365<tr><td>&nbsp;</td>
366<td width="100%"><dl><dt>Method resolution order:</dt>
367<dd><a href="apiclient.errors.html#ResumableUploadError">ResumableUploadError</a></dd>
368<dd><a href="apiclient.errors.html#Error">Error</a></dd>
369<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
370<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
371<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
372</dl>
373<hr>
374Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
375<dl><dt><strong>__weakref__</strong></dt>
376<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
377</dl>
378<hr>
379Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
380<dl><dt><a name="ResumableUploadError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
381
382<hr>
383Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
384<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#ResumableUploadError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
385
386<hr>
387Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
388<dl><dt><a name="ResumableUploadError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
389
390<dl><dt><a name="ResumableUploadError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
391
392<dl><dt><a name="ResumableUploadError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
393
394<dl><dt><a name="ResumableUploadError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
395&nbsp;<br>
396Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
397
398<dl><dt><a name="ResumableUploadError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
399
400<dl><dt><a name="ResumableUploadError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
401
402<dl><dt><a name="ResumableUploadError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
403
404<dl><dt><a name="ResumableUploadError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
405
406<dl><dt><a name="ResumableUploadError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#ResumableUploadError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
407
408<dl><dt><a name="ResumableUploadError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
409
410<hr>
411Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
412<dl><dt><strong>__dict__</strong></dt>
413</dl>
414<dl><dt><strong>args</strong></dt>
415</dl>
416<dl><dt><strong>message</strong></dt>
417</dl>
418</td></tr></table> <p>
419<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
420<tr bgcolor="#ffc8d8">
421<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -0400422<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>
423
424<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
425<td colspan=2><tt>That&nbsp;is&nbsp;an&nbsp;unacceptable&nbsp;mimetype&nbsp;for&nbsp;this&nbsp;operation.<br>&nbsp;</tt></td></tr>
426<tr><td>&nbsp;</td>
427<td width="100%"><dl><dt>Method resolution order:</dt>
428<dd><a href="apiclient.errors.html#UnacceptableMimeTypeError">UnacceptableMimeTypeError</a></dd>
429<dd><a href="apiclient.errors.html#Error">Error</a></dd>
430<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
431<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
432<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
433</dl>
434<hr>
435Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
436<dl><dt><strong>__weakref__</strong></dt>
437<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
438</dl>
439<hr>
440Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500441<dl><dt><a name="UnacceptableMimeTypeError-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
Joe Gregoriob9e63ff2011-06-30 12:38:10 -0400442
443<hr>
444Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
445<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#UnacceptableMimeTypeError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
446
447<hr>
448Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
449<dl><dt><a name="UnacceptableMimeTypeError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
450
451<dl><dt><a name="UnacceptableMimeTypeError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
452
453<dl><dt><a name="UnacceptableMimeTypeError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
454
455<dl><dt><a name="UnacceptableMimeTypeError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
456&nbsp;<br>
457Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
458
459<dl><dt><a name="UnacceptableMimeTypeError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
460
461<dl><dt><a name="UnacceptableMimeTypeError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
462
463<dl><dt><a name="UnacceptableMimeTypeError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
464
465<dl><dt><a name="UnacceptableMimeTypeError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
466
467<dl><dt><a name="UnacceptableMimeTypeError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnacceptableMimeTypeError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
468
469<dl><dt><a name="UnacceptableMimeTypeError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
470
471<hr>
472Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
473<dl><dt><strong>__dict__</strong></dt>
474</dl>
475<dl><dt><strong>args</strong></dt>
476</dl>
477<dl><dt><strong>message</strong></dt>
478</dl>
479</td></tr></table> <p>
480<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
481<tr bgcolor="#ffc8d8">
482<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregorioa8451672011-09-15 09:53:21 -0400483<font color="#000000" face="helvetica, arial"><a name="UnexpectedBodyError">class <strong>UnexpectedBodyError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr>
484
485<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
486<td colspan=2><tt><a href="exceptions.html#Exception">Exception</a>&nbsp;raised&nbsp;by&nbsp;RequestMockBuilder&nbsp;on&nbsp;unexpected&nbsp;bodies.<br>&nbsp;</tt></td></tr>
487<tr><td>&nbsp;</td>
488<td width="100%"><dl><dt>Method resolution order:</dt>
489<dd><a href="apiclient.errors.html#UnexpectedBodyError">UnexpectedBodyError</a></dd>
490<dd><a href="apiclient.errors.html#Error">Error</a></dd>
491<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
492<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
493<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
494</dl>
495<hr>
496Methods defined here:<br>
497<dl><dt><a name="UnexpectedBodyError-__init__"><strong>__init__</strong></a>(self, expected, provided)</dt><dd><tt>Constructor&nbsp;for&nbsp;an&nbsp;<a href="#UnexpectedMethodError">UnexpectedMethodError</a>.</tt></dd></dl>
498
499<hr>
500Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
501<dl><dt><strong>__weakref__</strong></dt>
502<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
503</dl>
504<hr>
505Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
506<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#UnexpectedBodyError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
507
508<hr>
509Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
510<dl><dt><a name="UnexpectedBodyError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
511
512<dl><dt><a name="UnexpectedBodyError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
513
514<dl><dt><a name="UnexpectedBodyError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
515
516<dl><dt><a name="UnexpectedBodyError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
517&nbsp;<br>
518Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
519
520<dl><dt><a name="UnexpectedBodyError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
521
522<dl><dt><a name="UnexpectedBodyError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
523
524<dl><dt><a name="UnexpectedBodyError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
525
526<dl><dt><a name="UnexpectedBodyError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
527
528<dl><dt><a name="UnexpectedBodyError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedBodyError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
529
530<dl><dt><a name="UnexpectedBodyError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
531
532<hr>
533Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
534<dl><dt><strong>__dict__</strong></dt>
535</dl>
536<dl><dt><strong>args</strong></dt>
537</dl>
538<dl><dt><strong>message</strong></dt>
539</dl>
540</td></tr></table> <p>
541<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
542<tr bgcolor="#ffc8d8">
543<td colspan=3 valign=bottom>&nbsp;<br>
544<font color="#000000" face="helvetica, arial"><a name="UnexpectedMethodError">class <strong>UnexpectedMethodError</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr>
545
546<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
547<td colspan=2><tt><a href="exceptions.html#Exception">Exception</a>&nbsp;raised&nbsp;by&nbsp;RequestMockBuilder&nbsp;on&nbsp;unexpected&nbsp;calls.<br>&nbsp;</tt></td></tr>
548<tr><td>&nbsp;</td>
549<td width="100%"><dl><dt>Method resolution order:</dt>
550<dd><a href="apiclient.errors.html#UnexpectedMethodError">UnexpectedMethodError</a></dd>
551<dd><a href="apiclient.errors.html#Error">Error</a></dd>
552<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
553<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
554<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
555</dl>
556<hr>
557Methods defined here:<br>
558<dl><dt><a name="UnexpectedMethodError-__init__"><strong>__init__</strong></a>(self, methodId<font color="#909090">=None</font>)</dt><dd><tt>Constructor&nbsp;for&nbsp;an&nbsp;<a href="#UnexpectedMethodError">UnexpectedMethodError</a>.</tt></dd></dl>
559
560<hr>
561Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
562<dl><dt><strong>__weakref__</strong></dt>
563<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
564</dl>
565<hr>
566Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
567<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#UnexpectedMethodError-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
568
569<hr>
570Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
571<dl><dt><a name="UnexpectedMethodError-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
572
573<dl><dt><a name="UnexpectedMethodError-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
574
575<dl><dt><a name="UnexpectedMethodError-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
576
577<dl><dt><a name="UnexpectedMethodError-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
578&nbsp;<br>
579Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
580
581<dl><dt><a name="UnexpectedMethodError-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
582
583<dl><dt><a name="UnexpectedMethodError-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
584
585<dl><dt><a name="UnexpectedMethodError-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
586
587<dl><dt><a name="UnexpectedMethodError-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
588
589<dl><dt><a name="UnexpectedMethodError-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnexpectedMethodError-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
590
591<dl><dt><a name="UnexpectedMethodError-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
592
593<hr>
594Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
595<dl><dt><strong>__dict__</strong></dt>
596</dl>
597<dl><dt><strong>args</strong></dt>
598</dl>
599<dl><dt><strong>message</strong></dt>
600</dl>
601</td></tr></table> <p>
602<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
603<tr bgcolor="#ffc8d8">
604<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500605<font color="#000000" face="helvetica, arial"><a name="UnknownApiNameOrVersion">class <strong>UnknownApiNameOrVersion</strong></a>(<a href="apiclient.errors.html#Error">Error</a>)</font></td></tr>
606
607<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
608<td colspan=2><tt>No&nbsp;API&nbsp;with&nbsp;that&nbsp;name&nbsp;and&nbsp;version&nbsp;exists.<br>&nbsp;</tt></td></tr>
609<tr><td>&nbsp;</td>
610<td width="100%"><dl><dt>Method resolution order:</dt>
611<dd><a href="apiclient.errors.html#UnknownApiNameOrVersion">UnknownApiNameOrVersion</a></dd>
612<dd><a href="apiclient.errors.html#Error">Error</a></dd>
613<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
614<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
615<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
616</dl>
617<hr>
618Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
619<dl><dt><strong>__weakref__</strong></dt>
620<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
621</dl>
622<hr>
623Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
624<dl><dt><a name="UnknownApiNameOrVersion-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
625
626<hr>
627Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
628<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#UnknownApiNameOrVersion-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
629
630<hr>
631Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
632<dl><dt><a name="UnknownApiNameOrVersion-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
633
634<dl><dt><a name="UnknownApiNameOrVersion-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
635
636<dl><dt><a name="UnknownApiNameOrVersion-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
637
638<dl><dt><a name="UnknownApiNameOrVersion-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
639&nbsp;<br>
640Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
641
642<dl><dt><a name="UnknownApiNameOrVersion-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
643
644<dl><dt><a name="UnknownApiNameOrVersion-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
645
646<dl><dt><a name="UnknownApiNameOrVersion-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
647
648<dl><dt><a name="UnknownApiNameOrVersion-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
649
650<dl><dt><a name="UnknownApiNameOrVersion-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownApiNameOrVersion-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
651
652<dl><dt><a name="UnknownApiNameOrVersion-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
653
654<hr>
655Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
656<dl><dt><strong>__dict__</strong></dt>
657</dl>
658<dl><dt><strong>args</strong></dt>
659</dl>
660<dl><dt><strong>message</strong></dt>
661</dl>
662</td></tr></table> <p>
663<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
664<tr bgcolor="#ffc8d8">
665<td colspan=3 valign=bottom>&nbsp;<br>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500666<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>
667
668<tr bgcolor="#ffc8d8"><td rowspan=2><tt>&nbsp;&nbsp;&nbsp;</tt></td>
669<td colspan=2><tt>Link&nbsp;type&nbsp;unknown&nbsp;or&nbsp;unexpected.<br>&nbsp;</tt></td></tr>
670<tr><td>&nbsp;</td>
671<td width="100%"><dl><dt>Method resolution order:</dt>
672<dd><a href="apiclient.errors.html#UnknownLinkType">UnknownLinkType</a></dd>
673<dd><a href="apiclient.errors.html#Error">Error</a></dd>
674<dd><a href="exceptions.html#Exception">exceptions.Exception</a></dd>
675<dd><a href="exceptions.html#BaseException">exceptions.BaseException</a></dd>
676<dd><a href="__builtin__.html#object">__builtin__.object</a></dd>
677</dl>
678<hr>
679Data descriptors inherited from <a href="apiclient.errors.html#Error">Error</a>:<br>
680<dl><dt><strong>__weakref__</strong></dt>
681<dd><tt>list&nbsp;of&nbsp;weak&nbsp;references&nbsp;to&nbsp;the&nbsp;object&nbsp;(if&nbsp;defined)</tt></dd>
682</dl>
683<hr>
684Methods inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
Joe Gregoriob417caf2011-12-08 12:04:24 -0500685<dl><dt><a name="UnknownLinkType-__init__"><strong>__init__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__init__">__init__</a>(...)&nbsp;initializes&nbsp;x;&nbsp;see&nbsp;x.__class__.__doc__&nbsp;for&nbsp;signature</tt></dd></dl>
Joe Gregorio30dfdc32010-12-09 16:34:22 -0500686
687<hr>
688Data and other attributes inherited from <a href="exceptions.html#Exception">exceptions.Exception</a>:<br>
689<dl><dt><strong>__new__</strong> = &lt;built-in method __new__ of type object&gt;<dd><tt>T.<a href="#UnknownLinkType-__new__">__new__</a>(S,&nbsp;...)&nbsp;-&gt;&nbsp;a&nbsp;new&nbsp;object&nbsp;with&nbsp;type&nbsp;S,&nbsp;a&nbsp;subtype&nbsp;of&nbsp;T</tt></dl>
690
691<hr>
692Methods inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
693<dl><dt><a name="UnknownLinkType-__delattr__"><strong>__delattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__delattr__">__delattr__</a>('name')&nbsp;&lt;==&gt;&nbsp;del&nbsp;x.name</tt></dd></dl>
694
695<dl><dt><a name="UnknownLinkType-__getattribute__"><strong>__getattribute__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getattribute__">__getattribute__</a>('name')&nbsp;&lt;==&gt;&nbsp;x.name</tt></dd></dl>
696
697<dl><dt><a name="UnknownLinkType-__getitem__"><strong>__getitem__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getitem__">__getitem__</a>(y)&nbsp;&lt;==&gt;&nbsp;x[y]</tt></dd></dl>
698
699<dl><dt><a name="UnknownLinkType-__getslice__"><strong>__getslice__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__getslice__">__getslice__</a>(i,&nbsp;j)&nbsp;&lt;==&gt;&nbsp;x[i:j]<br>
700&nbsp;<br>
701Use&nbsp;of&nbsp;negative&nbsp;indices&nbsp;is&nbsp;not&nbsp;supported.</tt></dd></dl>
702
703<dl><dt><a name="UnknownLinkType-__reduce__"><strong>__reduce__</strong></a>(...)</dt></dl>
704
705<dl><dt><a name="UnknownLinkType-__repr__"><strong>__repr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__repr__">__repr__</a>()&nbsp;&lt;==&gt;&nbsp;repr(x)</tt></dd></dl>
706
707<dl><dt><a name="UnknownLinkType-__setattr__"><strong>__setattr__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__setattr__">__setattr__</a>('name',&nbsp;value)&nbsp;&lt;==&gt;&nbsp;x.name&nbsp;=&nbsp;value</tt></dd></dl>
708
709<dl><dt><a name="UnknownLinkType-__setstate__"><strong>__setstate__</strong></a>(...)</dt></dl>
710
711<dl><dt><a name="UnknownLinkType-__str__"><strong>__str__</strong></a>(...)</dt><dd><tt>x.<a href="#UnknownLinkType-__str__">__str__</a>()&nbsp;&lt;==&gt;&nbsp;str(x)</tt></dd></dl>
712
713<dl><dt><a name="UnknownLinkType-__unicode__"><strong>__unicode__</strong></a>(...)</dt></dl>
714
715<hr>
716Data descriptors inherited from <a href="exceptions.html#BaseException">exceptions.BaseException</a>:<br>
717<dl><dt><strong>__dict__</strong></dt>
718</dl>
719<dl><dt><strong>args</strong></dt>
720</dl>
721<dl><dt><strong>message</strong></dt>
722</dl>
723</td></tr></table></td></tr></table><p>
724<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
725<tr bgcolor="#55aa55">
726<td colspan=3 valign=bottom>&nbsp;<br>
727<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
728
729<tr><td bgcolor="#55aa55"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
730<td width="100%"><strong>__author__</strong> = 'jcgregorio@google.com (Joe Gregorio)'</td></tr></table><p>
731<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
732<tr bgcolor="#7799ee">
733<td colspan=3 valign=bottom>&nbsp;<br>
734<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
735
736<tr><td bgcolor="#7799ee"><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</tt></td><td>&nbsp;</td>
737<td width="100%">jcgregorio@google.com&nbsp;(Joe&nbsp;Gregorio)</td></tr></table>
738</body></html>