blob: 16373671ccf68ccf0274bb212cf814bd9cd8217f [file] [log] [blame]
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -04001<?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>oauth2client.client.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
18 <!-- Tree link -->
19 <th>&nbsp;&nbsp;&nbsp;<a
20 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
21
22 <!-- Index link -->
23 <th>&nbsp;&nbsp;&nbsp;<a
24 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
25
26 <!-- Help link -->
27 <th>&nbsp;&nbsp;&nbsp;<a
28 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
29
30 <th class="navbar" width="100%"></th>
31 </tr>
32</table>
33<table width="100%" cellpadding="0" cellspacing="0">
34 <tr valign="top">
35 <td width="100%">
36 <span class="breadcrumbs">
37 <a href="oauth2client-module.html">Package&nbsp;oauth2client</a> ::
38 <a href="oauth2client.client-module.html">Module&nbsp;client</a> ::
39 Class&nbsp;Error
40 </span>
41 </td>
42 <td>
43 <table cellpadding="0" cellspacing="0">
44 <!-- hide/show private -->
45 <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
46 onclick="toggle_private();">hide&nbsp;private</a>]</span></td></tr>
47 <tr><td align="right"><span class="options"
48 >[<a href="frames.html" target="_top">frames</a
49 >]&nbsp;|&nbsp;<a href="oauth2client.client.Error-class.html"
50 target="_top">no&nbsp;frames</a>]</span></td></tr>
51 </table>
52 </td>
53 </tr>
54</table>
55<!-- ==================== CLASS DESCRIPTION ==================== -->
56<h1 class="epydoc">Class Error</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.client-pysrc.html#Error">source&nbsp;code</a></span></p>
57<center>
Joe Gregorio746096f2012-06-15 10:53:36 -040058<center> <map id="class_hierarchy_for_error_2" name="class_hierarchy_for_error_2">
59<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException" alt="" coords="395,5,571,32"/>
60<area shape="rect" href="javascript:void(0);" title="exceptions.Exception" alt="" coords="409,61,556,88"/>
61<area shape="rect" href="oauth2client.client.Error-class.html" title="Error" alt="" coords="459,117,507,144"/>
62<area shape="rect" href="oauth2client.client.AccessTokenCredentialsError-class.html" title="AccessTokenCredentialsError" alt="" coords="5,173,197,200"/>
63<area shape="rect" href="oauth2client.client.AccessTokenRefreshError-class.html" title="AccessTokenRefreshError" alt="" coords="221,173,392,200"/>
64<area shape="rect" href="oauth2client.client.FlowExchangeError-class.html" title="FlowExchangeError" alt="" coords="416,173,549,200"/>
65<area shape="rect" href="oauth2client.client.UnknownClientSecretsFlowError-class.html" title="UnknownClientSecretsFlowError" alt="" coords="573,173,781,200"/>
66<area shape="rect" href="oauth2client.client.VerifyJwtTokenError-class.html" title="VerifyJwtTokenError" alt="" coords="805,173,941,200"/>
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040067</map>
Joe Gregorio746096f2012-06-15 10:53:36 -040068 <img src="class_hierarchy_for_error_2.gif" alt='' usemap="#class_hierarchy_for_error_2" ismap="ismap" class="graph-without-title" />
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -040069</center>
70</center>
71<hr />
72<pre class="literalblock">
73Base error for this module.
74
75</pre>
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>exceptions.Exception</code></b>:
97 <code>__init__</code>,
98 <code>__new__</code>
99 </p>
100 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
101 <code>__delattr__</code>,
102 <code>__getattribute__</code>,
103 <code>__getitem__</code>,
104 <code>__getslice__</code>,
105 <code>__reduce__</code>,
106 <code>__repr__</code>,
107 <code>__setattr__</code>,
108 <code>__setstate__</code>,
109 <code>__str__</code>,
110 <code>__unicode__</code>
111 </p>
112 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
113 <code>__format__</code>,
114 <code>__hash__</code>,
115 <code>__reduce_ex__</code>,
116 <code>__sizeof__</code>,
117 <code>__subclasshook__</code>
118 </p>
119 </td>
120 </tr>
121</table>
122<!-- ==================== PROPERTIES ==================== -->
123<a name="section-Properties"></a>
124<table class="summary" border="1" cellpadding="3"
125 cellspacing="0" width="100%" bgcolor="white">
126<tr bgcolor="#70b0f0" class="table-header">
127 <td colspan="2" class="table-header">
128 <table border="0" cellpadding="0" cellspacing="0" width="100%">
129 <tr valign="top">
130 <td align="left"><span class="table-header">Properties</span></td>
131 <td align="right" valign="top"
132 ><span class="options">[<a href="#section-Properties"
133 class="privatelink" onclick="toggle_private();"
134 >hide private</a>]</span></td>
135 </tr>
136 </table>
137 </td>
138</tr>
139 <tr>
140 <td colspan="2" class="summary">
141 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
142 <code>args</code>,
143 <code>message</code>
144 </p>
145 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
146 <code>__class__</code>
147 </p>
148 </td>
149 </tr>
150</table>
151<!-- ==================== NAVIGATION BAR ==================== -->
152<table class="navbar" border="0" width="100%" cellpadding="0"
153 bgcolor="#a0c0ff" cellspacing="0">
154 <tr valign="middle">
155
156 <!-- Tree link -->
157 <th>&nbsp;&nbsp;&nbsp;<a
158 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
159
160 <!-- Index link -->
161 <th>&nbsp;&nbsp;&nbsp;<a
162 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
163
164 <!-- Help link -->
165 <th>&nbsp;&nbsp;&nbsp;<a
166 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</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">
Joe Gregorio0cd347a2012-08-30 08:22:27 -0400174 Generated by Epydoc 3.0.1 on Thu Aug 30 07:12:45 2012
Joe Gregorio5dc0f5c2012-06-05 13:34:31 -0400175 </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>