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