• 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.InvalidChunkSizeError</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;InvalidChunkSizeError
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.InvalidChunkSizeError-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 InvalidChunkSizeError</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient.errors-pysrc.html#InvalidChunkSizeError">source&nbsp;code</a></span></p>
60<center>
61<center>  <map id="uml_class_diagram_for_googleap_13" name="uml_class_diagram_for_googleap_13">
62<area shape="rect" id="node1" href="googleapiclient.errors.InvalidChunkSizeError-class.html" title="The given chunksize is not valid." alt="" coords="19,457,174,501"/>
63<area shape="rect" id="node2" href="googleapiclient.errors.Error-class.html" title="Base error for this module." alt="" coords="70,395,123,439"/>
64<area shape="rect" id="node3_14" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="18,30,174,50"/>
65<area shape="rect" id="node3_15" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="18,50,174,70"/>
66<area shape="rect" id="node3_16" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="18,73,174,93"/>
67<area shape="rect" id="node3_17" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="18,93,174,113"/>
68<area shape="rect" id="node3_18" href="javascript:void(0);" title="x[y]" alt="" coords="18,113,174,133"/>
69<area shape="rect" id="node3_19" href="javascript:void(0);" title="x[i:j]" alt="" coords="18,133,174,153"/>
70<area shape="rect" id="node3_20" href="javascript:void(0);" title="helper for pickle" alt="" coords="18,153,174,173"/>
71<area shape="rect" id="node3_21" href="javascript:void(0);" title="repr(x)" alt="" coords="18,173,174,193"/>
72<area shape="rect" id="node3_22" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="18,193,174,213"/>
73<area shape="rect" id="node3_23" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="18,213,174,233"/>
74<area shape="rect" id="node3_24" href="javascript:void(0);" title="str(x)" alt="" coords="18,233,174,253"/>
75<area shape="rect" id="node3_25" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="18,253,174,273"/>
76<area shape="rect" id="node3" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="5,5,185,279"/>
77<area shape="rect" id="node4_26" href="javascript:void(0);" title="x.__init__(...) initializes x; see help(type(x)) for signature" alt="" coords="34,330,159,350"/>
78<area shape="rect" id="node4_27" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="34,350,159,370"/>
79<area shape="rect" id="node4" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="22,297,171,376"/>
80</map>
81  <img src="uml_class_diagram_for_googleap_13.gif" alt='' usemap="#uml_class_diagram_for_googleap_13" ismap="ismap" class="graph-without-title" />
82</center>
83</center>
84<hr />
85<pre class="literalblock">
86The given chunksize is not valid.
87
88</pre>
89
90<!-- ==================== INSTANCE METHODS ==================== -->
91<a name="section-InstanceMethods"></a>
92<table class="summary" border="1" cellpadding="3"
93       cellspacing="0" width="100%" bgcolor="white">
94<tr bgcolor="#70b0f0" class="table-header">
95  <td colspan="2" class="table-header">
96    <table border="0" cellpadding="0" cellspacing="0" width="100%">
97      <tr valign="top">
98        <td align="left"><span class="table-header">Instance Methods</span></td>
99        <td align="right" valign="top"
100         ><span class="options">[<a href="#section-InstanceMethods"
101         class="privatelink" onclick="toggle_private();"
102         >hide private</a>]</span></td>
103      </tr>
104    </table>
105  </td>
106</tr>
107  <tr>
108    <td colspan="2" class="summary">
109    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
110      <code>__init__</code>,
111      <code>__new__</code>
112      </p>
113    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
114      <code>__delattr__</code>,
115      <code>__getattribute__</code>,
116      <code>__getitem__</code>,
117      <code>__getslice__</code>,
118      <code>__reduce__</code>,
119      <code>__repr__</code>,
120      <code>__setattr__</code>,
121      <code>__setstate__</code>,
122      <code>__str__</code>,
123      <code>__unicode__</code>
124      </p>
125    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
126      <code>__format__</code>,
127      <code>__hash__</code>,
128      <code>__reduce_ex__</code>,
129      <code>__sizeof__</code>,
130      <code>__subclasshook__</code>
131      </p>
132    </td>
133  </tr>
134</table>
135<!-- ==================== PROPERTIES ==================== -->
136<a name="section-Properties"></a>
137<table class="summary" border="1" cellpadding="3"
138       cellspacing="0" width="100%" bgcolor="white">
139<tr bgcolor="#70b0f0" class="table-header">
140  <td colspan="2" class="table-header">
141    <table border="0" cellpadding="0" cellspacing="0" width="100%">
142      <tr valign="top">
143        <td align="left"><span class="table-header">Properties</span></td>
144        <td align="right" valign="top"
145         ><span class="options">[<a href="#section-Properties"
146         class="privatelink" onclick="toggle_private();"
147         >hide private</a>]</span></td>
148      </tr>
149    </table>
150  </td>
151</tr>
152  <tr>
153    <td colspan="2" class="summary">
154    <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
155      <code>args</code>,
156      <code>message</code>
157      </p>
158    <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
159      <code>__class__</code>
160      </p>
161    </td>
162  </tr>
163</table>
164<!-- ==================== NAVIGATION BAR ==================== -->
165<table class="navbar" border="0" width="100%" cellpadding="0"
166       bgcolor="#a0c0ff" cellspacing="0">
167  <tr valign="middle">
168  <!-- Home link -->
169      <th>&nbsp;&nbsp;&nbsp;<a
170        href="googleapiclient-module.html">Home</a>&nbsp;&nbsp;&nbsp;</th>
171
172  <!-- Tree link -->
173      <th>&nbsp;&nbsp;&nbsp;<a
174        href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
175
176  <!-- Index link -->
177      <th>&nbsp;&nbsp;&nbsp;<a
178        href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
179
180  <!-- Help link -->
181      <th>&nbsp;&nbsp;&nbsp;<a
182        href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
183
184      <th class="navbar" width="100%"></th>
185  </tr>
186</table>
187<table border="0" cellpadding="0" cellspacing="0" width="100%%">
188  <tr>
189    <td align="left" class="footer">
190    Generated by Epydoc 3.0.1 on Fri Jun 14 15:57:27 2019
191    </td>
192    <td align="right" class="footer">
193      <a target="mainFrame" href="http://epydoc.sourceforge.net"
194        >http://epydoc.sourceforge.net</a>
195    </td>
196  </tr>
197</table>
198
199<script type="text/javascript">
200  <!--
201  // Private objects are initially displayed (because if
202  // javascript is turned off then we want them to be
203  // visible); but by default, we want to hide them.  So hide
204  // them unless we have a cookie that says to show them.
205  checkCookie();
206  // -->
207</script>
208</body>
209</html>
210