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> <a 19 href="googleapiclient-module.html">Home</a> </th> 20 21 <!-- Tree link --> 22 <th> <a 23 href="module-tree.html">Trees</a> </th> 24 25 <!-- Index link --> 26 <th> <a 27 href="identifier-index.html">Indices</a> </th> 28 29 <!-- Help link --> 30 <th> <a 31 href="help.html">Help</a> </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 googleapiclient</a> :: 41 <a href="googleapiclient.errors-module.html">Module errors</a> :: 42 Class 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 private</a>]</span></td></tr> 50 <tr><td align="right"><span class="options" 51 >[<a href="frames.html" target="_top">frames</a 52 >] | <a href="googleapiclient.errors.ResumableUploadError-class.html" 53 target="_top">no 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 code</a></span></p> 60<pre class="base-tree"> 61 object --+ 62 | 63exceptions.BaseException --+ 64 | 65 exceptions.Exception --+ 66 | 67 <a href="googleapiclient.errors.Error-class.html">Error</a> --+ 68 | 69 <a href="googleapiclient.errors.HttpError-class.html">HttpError</a> --+ 70 | 71 <strong class="uidshort">ResumableUploadError</strong> 72</pre> 73 74<hr /> 75<p>Error occurred during resumable upload.</p> 76 77<!-- ==================== INSTANCE METHODS ==================== --> 78<a name="section-InstanceMethods"></a> 79<table class="summary" border="1" cellpadding="3" 80 cellspacing="0" width="100%" bgcolor="white"> 81<tr bgcolor="#70b0f0" class="table-header"> 82 <td colspan="2" class="table-header"> 83 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 84 <tr valign="top"> 85 <td align="left"><span class="table-header">Instance Methods</span></td> 86 <td align="right" valign="top" 87 ><span class="options">[<a href="#section-InstanceMethods" 88 class="privatelink" onclick="toggle_private();" 89 >hide private</a>]</span></td> 90 </tr> 91 </table> 92 </td> 93</tr> 94 <tr> 95 <td colspan="2" class="summary"> 96 <p class="indent-wrapped-lines"><b>Inherited from <code><a href="googleapiclient.errors.HttpError-class.html">HttpError</a></code></b>: 97 <code><a href="googleapiclient.errors.HttpError-class.html#__init__">__init__</a></code>, 98 <code><a href="googleapiclient.errors.HttpError-class.html#__repr__">__repr__</a></code>, 99 <code><a href="googleapiclient.errors.HttpError-class.html#__str__">__str__</a></code> 100 </p> 101 <div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="googleapiclient.errors.HttpError-class.html">HttpError</a></code></b> (private): 102 <code><a href="googleapiclient.errors.HttpError-class.html#_get_reason" onclick="show_private();">_get_reason</a></code> 103 </p></div> 104 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>: 105 <code>__new__</code> 106 </p> 107 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: 108 <code>__delattr__</code>, 109 <code>__getattribute__</code>, 110 <code>__getitem__</code>, 111 <code>__getslice__</code>, 112 <code>__reduce__</code>, 113 <code>__setattr__</code>, 114 <code>__setstate__</code>, 115 <code>__unicode__</code> 116 </p> 117 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 118 <code>__format__</code>, 119 <code>__hash__</code>, 120 <code>__reduce_ex__</code>, 121 <code>__sizeof__</code>, 122 <code>__subclasshook__</code> 123 </p> 124 </td> 125 </tr> 126</table> 127<!-- ==================== PROPERTIES ==================== --> 128<a name="section-Properties"></a> 129<table class="summary" border="1" cellpadding="3" 130 cellspacing="0" width="100%" bgcolor="white"> 131<tr bgcolor="#70b0f0" class="table-header"> 132 <td colspan="2" class="table-header"> 133 <table border="0" cellpadding="0" cellspacing="0" width="100%"> 134 <tr valign="top"> 135 <td align="left"><span class="table-header">Properties</span></td> 136 <td align="right" valign="top" 137 ><span class="options">[<a href="#section-Properties" 138 class="privatelink" onclick="toggle_private();" 139 >hide private</a>]</span></td> 140 </tr> 141 </table> 142 </td> 143</tr> 144 <tr> 145 <td colspan="2" class="summary"> 146 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>: 147 <code>args</code>, 148 <code>message</code> 149 </p> 150 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 151 <code>__class__</code> 152 </p> 153 </td> 154 </tr> 155</table> 156<!-- ==================== NAVIGATION BAR ==================== --> 157<table class="navbar" border="0" width="100%" cellpadding="0" 158 bgcolor="#a0c0ff" cellspacing="0"> 159 <tr valign="middle"> 160 <!-- Home link --> 161 <th> <a 162 href="googleapiclient-module.html">Home</a> </th> 163 164 <!-- Tree link --> 165 <th> <a 166 href="module-tree.html">Trees</a> </th> 167 168 <!-- Index link --> 169 <th> <a 170 href="identifier-index.html">Indices</a> </th> 171 172 <!-- Help link --> 173 <th> <a 174 href="help.html">Help</a> </th> 175 176 <th class="navbar" width="100%"></th> 177 </tr> 178</table> 179<table border="0" cellpadding="0" cellspacing="0" width="100%%"> 180 <tr> 181 <td align="left" class="footer"> 182 Generated by Epydoc 3.0.1 on Fri Oct 2 20:46:22 2020 183 </td> 184 <td align="right" class="footer"> 185 <a target="mainFrame" href="http://epydoc.sourceforge.net" 186 >http://epydoc.sourceforge.net</a> 187 </td> 188 </tr> 189</table> 190 191<script type="text/javascript"> 192 <!-- 193 // Private objects are initially displayed (because if 194 // javascript is turned off then we want them to be 195 // visible); but by default, we want to hide them. So hide 196 // them unless we have a cookie that says to show them. 197 checkCookie(); 198 // --> 199</script> 200</body> 201</html> 202