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