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