• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="ascii"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
3          "DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5<head>
6  <title>googleapiclient.errors.ResumableUploadError</title>
7  <link rel="stylesheet" href="epydoc.css" type="text/css" />
8  <script type="text/javascript" src="epydoc.js"></script>
9</head>
10
11<body bgcolor="white" text="black" link="blue" vlink="#204080"
12      alink="#204080">
13<!-- ==================== NAVIGATION BAR ==================== -->
14<table class="navbar" border="0" width="100%" cellpadding="0"
15       bgcolor="#a0c0ff" cellspacing="0">
16  <tr valign="middle">
17  <!-- Home link -->
18      <th>&nbsp;&nbsp;&nbsp;<a
19        href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
20
21  <!-- Tree link -->
22      <th>&nbsp;&nbsp;&nbsp;<a
23        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
24
25  <!-- Index link -->
26      <th>&nbsp;&nbsp;&nbsp;<a
27        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
28
29  <!-- Help link -->
30      <th>&nbsp;&nbsp;&nbsp;<a
31        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
32
33      <th class="navbar" width="100%"></th>
34  </tr>
35</table>
36<table width="100%" cellpadding="0" cellspacing="0">
37  <tr valign="top">
38    <td width="100%">
39      <span class="breadcrumbs">
40        <a href="googleapiclient-module.html">Package&nbsp;googleapiclient</a> ::
41        <a href="googleapiclient.errors-module.html">Module&nbsp;errors</a> ::
42        Class&nbsp;ResumableUploadError
43      </span>
44    </td>
45    <td>
46      <table cellpadding="0" cellspacing="0">
47        <!-- hide/show private -->
48        <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
49    onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
50        <tr><td align="right"><span class="options"
51            >[<a href="frames.html" target="_top">frames</a
52            >]&nbsp;|&nbsp;<a href="googleapiclient.errors.ResumableUploadError-class.html"
53            target="_top">no&nbsp;frames</a>]</span></td></tr>
54      </table>
55    </td>
56  </tr>
57</table>
58<!-- ==================== CLASS DESCRIPTION ==================== -->
59<h1 class="epydoc">Class ResumableUploadError</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient.errors-pysrc.html#ResumableUploadError">source&nbsp;code</a></span></p>
60<center>
61<center>  <map id="uml_class_diagram_for_googleap_17" name="uml_class_diagram_for_googleap_17">
62<area shape="rect" id="node1" href="googleapiclient.errors.ResumableUploadError-class.html" title="Error occured during resumable upload." alt="" coords="51,515,211,559"/>
63<area shape="rect" id="node2_14" href="googleapiclient.errors.HttpError-class.html#__init__" title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" coords="18,429,243,449"/>
64<area shape="rect" id="node2_15" href="googleapiclient.errors.HttpError-class.html#__repr__" title="str(x)" alt="" coords="18,449,243,469"/>
65<area shape="rect" id="node2_16" href="googleapiclient.errors.HttpError-class.html#__str__" title="str(x)" alt="" coords="18,469,243,489"/>
66<area shape="rect" id="node2" href="googleapiclient.errors.HttpError-class.html" title="HTTP data was invalid or unexpected." alt="" coords="5,397,255,496"/>
67<area shape="rect" id="node3_17" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="53,30,209,50"/>
68<area shape="rect" id="node3_18" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="53,50,209,70"/>
69<area shape="rect" id="node3_19" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="53,73,209,93"/>
70<area shape="rect" id="node3_20" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="53,93,209,113"/>
71<area shape="rect" id="node3_21" href="javascript:void(0);" title="x[y]" alt="" coords="53,113,209,133"/>
72<area shape="rect" id="node3_22" href="javascript:void(0);" title="x[i:j]" alt="" coords="53,133,209,153"/>
73<area shape="rect" id="node3_23" href="javascript:void(0);" title="helper for pickle" alt="" coords="53,153,209,173"/>
74<area shape="rect" id="node3_24" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="53,173,209,193"/>
75<area shape="rect" id="node3_25" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="53,193,209,213"/>
76<area shape="rect" id="node3_26" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="53,213,209,233"/>
77<area shape="rect" id="node3" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="40,5,220,239"/>
78<area shape="rect" id="node5_27" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="69,289,194,309"/>
79<area shape="rect" id="node5" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="57,257,206,316"/>
80<area shape="rect" id="node4" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="105,335,158,379"/>
81</map>
82  <img src="uml_class_diagram_for_googleap_17.gif" alt='' usemap="#uml_class_diagram_for_googleap_17" ismap="ismap" class="graph-without-title" />
83</center>
84</center>
85<hr />
86<pre class="literalblock">
87Error occured during resumable upload.
88
89</pre>
90
91<!-- ==================== INSTANCE METHODS ==================== -->
92<a name="section-InstanceMethods"></a>
93<table class="summary" border="1" cellpadding="3"
94       cellspacing="0" width="100%" bgcolor="white">
95<tr bgcolor="#70b0f0" class="table-header">
96  <td colspan="2" class="table-header">
97    <table border="0" cellpadding="0" cellspacing="0" width="100%">
98      <tr valign="top">
99        <td align="left"><span class="table-header">Instance Methods</span></td>
100        <td align="right" valign="top"
101         ><span class="options">[<a href="#section-InstanceMethods"
102         class="privatelink" onclick="toggle_private();"
103         >hide private</a>]</span></td>
104      </tr>
105    </table>
106  </td>
107</tr>
108  <tr>
109    <td colspan="2" class="summary">
110    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="googleapiclient.errors.HttpError-class.html">HttpError</a></code></b>:
111      <code><a href="googleapiclient.errors.HttpError-class.html#__init__">__init__</a></code>,
112      <code><a href="googleapiclient.errors.HttpError-class.html#__repr__">__repr__</a></code>,
113      <code><a href="googleapiclient.errors.HttpError-class.html#__str__">__str__</a></code>
114      </p>
115    <div class="private">    <p class="indent-wrapped-lines"><b>Inherited from <code><a href="googleapiclient.errors.HttpError-class.html">HttpError</a></code></b> (private):
116      <code><a href="googleapiclient.errors.HttpError-class.html#_get_reason" onclick="show_private();">_get_reason</a></code>
117      </p></div>
118    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
119      <code>__new__</code>
120      </p>
121    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
122      <code>__delattr__</code>,
123      <code>__getattribute__</code>,
124      <code>__getitem__</code>,
125      <code>__getslice__</code>,
126      <code>__reduce__</code>,
127      <code>__setattr__</code>,
128      <code>__setstate__</code>,
129      <code>__unicode__</code>
130      </p>
131    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
132      <code>__format__</code>,
133      <code>__hash__</code>,
134      <code>__reduce_ex__</code>,
135      <code>__sizeof__</code>,
136      <code>__subclasshook__</code>
137      </p>
138    </td>
139  </tr>
140</table>
141<!-- ==================== PROPERTIES ==================== -->
142<a name="section-Properties"></a>
143<table class="summary" border="1" cellpadding="3"
144       cellspacing="0" width="100%" bgcolor="white">
145<tr bgcolor="#70b0f0" class="table-header">
146  <td colspan="2" class="table-header">
147    <table border="0" cellpadding="0" cellspacing="0" width="100%">
148      <tr valign="top">
149        <td align="left"><span class="table-header">Properties</span></td>
150        <td align="right" valign="top"
151         ><span class="options">[<a href="#section-Properties"
152         class="privatelink" onclick="toggle_private();"
153         >hide private</a>]</span></td>
154      </tr>
155    </table>
156  </td>
157</tr>
158  <tr>
159    <td colspan="2" class="summary">
160    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
161      <code>args</code>,
162      <code>message</code>
163      </p>
164    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
165      <code>__class__</code>
166      </p>
167    </td>
168  </tr>
169</table>
170<!-- ==================== NAVIGATION BAR ==================== -->
171<table class="navbar" border="0" width="100%" cellpadding="0"
172       bgcolor="#a0c0ff" cellspacing="0">
173  <tr valign="middle">
174  <!-- Home link -->
175      <th>&nbsp;&nbsp;&nbsp;<a
176        href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
177
178  <!-- Tree link -->
179      <th>&nbsp;&nbsp;&nbsp;<a
180        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
181
182  <!-- Index link -->
183      <th>&nbsp;&nbsp;&nbsp;<a
184        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
185
186  <!-- Help link -->
187      <th>&nbsp;&nbsp;&nbsp;<a
188        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
189
190      <th class="navbar" width="100%"></th>
191  </tr>
192</table>
193<table border="0" cellpadding="0" cellspacing="0" width="100%%">
194  <tr>
195    <td align="left" class="footer">
196    Generated by Epydoc 3.0.1 on Fri Jun 14 15:57:28 2019
197    </td>
198    <td align="right" class="footer">
199      <a target="mainFrame" href="http://epydoc.sourceforge.net"
200        >http://epydoc.sourceforge.net</a>
201    </td>
202  </tr>
203</table>
204
205<script type="text/javascript">
206  <!--
207  // Private objects are initially displayed (because if
208  // javascript is turned off then we want them to be
209  // visible); but by default, we want to hide them.  So hide
210  // them unless we have a cookie that says to show them.
211  checkCookie();
212  // -->
213</script>
214</body>
215</html>
216