blob: 0a8646bb9d74dccda9df473751fd1d911bda8cd8 [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.FlowExchangeError</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;FlowExchangeError
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.FlowExchangeError-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 FlowExchangeError</h1><p class="nomargin-top"><span class="codelink"><a href="oauth2client.client-pysrc.html#FlowExchangeError">source&nbsp;code</a></span></p>
57<center>
58<center> <map id="uml_class_diagram_for_oauth2cl_17" name="uml_class_diagram_for_oauth2cl_17">
59<area shape="rect" href="oauth2client.client.FlowExchangeError-class.html" title="Error trying to exchange an authorization grant for an access token." alt="" coords="36,440,153,472"/>
60<area shape="rect" href="oauth2client.client.Error-class.html" title="Base error for this module." alt="" coords="79,379,111,411"/>
61<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.args" alt="" coords="17,28,172,47"/>
62<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.message" alt="" coords="17,47,172,65"/>
63<area shape="rect" href="javascript:void(0);" title="x.__delattr__(&#39;name&#39;) &lt;==&gt; del x.name" alt="" coords="17,68,172,87"/>
64<area shape="rect" href="javascript:void(0);" title="x.__getattribute__(&#39;name&#39;) &lt;==&gt; x.name" alt="" coords="17,87,172,105"/>
65<area shape="rect" href="javascript:void(0);" title="x[y]" alt="" coords="17,105,172,124"/>
66<area shape="rect" href="javascript:void(0);" title="x[i:j]" alt="" coords="17,124,172,143"/>
67<area shape="rect" href="javascript:void(0);" title="helper for pickle" alt="" coords="17,143,172,161"/>
68<area shape="rect" href="javascript:void(0);" title="repr(x)" alt="" coords="17,161,172,180"/>
69<area shape="rect" href="javascript:void(0);" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,180,172,199"/>
70<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__setstate__" alt="" coords="17,199,172,217"/>
71<area shape="rect" href="javascript:void(0);" title="str(x)" alt="" coords="17,217,172,236"/>
72<area shape="rect" href="javascript:void(0);" title="exceptions.BaseException.__unicode__" alt="" coords="17,236,172,255"/>
73<area shape="rect" href="javascript:void(0);" title="Common base class for all exceptions" alt="" coords="16,11,173,256"/>
74<area shape="rect" href="javascript:void(0);" title="x.__init__(...) initializes x; see x.__class__.__doc__ for signature" alt="" coords="32,311,157,329"/>
75<area shape="rect" href="javascript:void(0);" title="exceptions.Exception.__new__" alt="" coords="32,329,157,348"/>
76<area shape="rect" href="javascript:void(0);" title="Common base class for all non&#45;exit exceptions." alt="" coords="31,285,159,349"/>
77</map>
78 <img src="uml_class_diagram_for_oauth2cl_17.gif" alt='' usemap="#uml_class_diagram_for_oauth2cl_17" ismap="ismap" class="graph-without-title" />
79</center>
80</center>
81<hr />
82<pre class="literalblock">
83Error trying to exchange an authorization grant for an access token.
84
85</pre>
86
87<!-- ==================== INSTANCE METHODS ==================== -->
88<a name="section-InstanceMethods"></a>
89<table class="summary" border="1" cellpadding="3"
90 cellspacing="0" width="100%" bgcolor="white">
91<tr bgcolor="#70b0f0" class="table-header">
92 <td colspan="2" class="table-header">
93 <table border="0" cellpadding="0" cellspacing="0" width="100%">
94 <tr valign="top">
95 <td align="left"><span class="table-header">Instance Methods</span></td>
96 <td align="right" valign="top"
97 ><span class="options">[<a href="#section-InstanceMethods"
98 class="privatelink" onclick="toggle_private();"
99 >hide private</a>]</span></td>
100 </tr>
101 </table>
102 </td>
103</tr>
104 <tr>
105 <td colspan="2" class="summary">
106 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
107 <code>__init__</code>,
108 <code>__new__</code>
109 </p>
110 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
111 <code>__delattr__</code>,
112 <code>__getattribute__</code>,
113 <code>__getitem__</code>,
114 <code>__getslice__</code>,
115 <code>__reduce__</code>,
116 <code>__repr__</code>,
117 <code>__setattr__</code>,
118 <code>__setstate__</code>,
119 <code>__str__</code>,
120 <code>__unicode__</code>
121 </p>
122 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
123 <code>__format__</code>,
124 <code>__hash__</code>,
125 <code>__reduce_ex__</code>,
126 <code>__sizeof__</code>,
127 <code>__subclasshook__</code>
128 </p>
129 </td>
130 </tr>
131</table>
132<!-- ==================== PROPERTIES ==================== -->
133<a name="section-Properties"></a>
134<table class="summary" border="1" cellpadding="3"
135 cellspacing="0" width="100%" bgcolor="white">
136<tr bgcolor="#70b0f0" class="table-header">
137 <td colspan="2" class="table-header">
138 <table border="0" cellpadding="0" cellspacing="0" width="100%">
139 <tr valign="top">
140 <td align="left"><span class="table-header">Properties</span></td>
141 <td align="right" valign="top"
142 ><span class="options">[<a href="#section-Properties"
143 class="privatelink" onclick="toggle_private();"
144 >hide private</a>]</span></td>
145 </tr>
146 </table>
147 </td>
148</tr>
149 <tr>
150 <td colspan="2" class="summary">
151 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
152 <code>args</code>,
153 <code>message</code>
154 </p>
155 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
156 <code>__class__</code>
157 </p>
158 </td>
159 </tr>
160</table>
161<!-- ==================== NAVIGATION BAR ==================== -->
162<table class="navbar" border="0" width="100%" cellpadding="0"
163 bgcolor="#a0c0ff" cellspacing="0">
164 <tr valign="middle">
165
166 <!-- Tree link -->
167 <th>&nbsp;&nbsp;&nbsp;<a
168 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
169
170 <!-- Index link -->
171 <th>&nbsp;&nbsp;&nbsp;<a
172 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
173
174 <!-- Help link -->
175 <th>&nbsp;&nbsp;&nbsp;<a
176 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
177
178 <th class="navbar" width="100%"></th>
179 </tr>
180</table>
181<table border="0" cellpadding="0" cellspacing="0" width="100%%">
182 <tr>
183 <td align="left" class="footer">
184 Generated by Epydoc 3.0.1 on Tue Jun 5 09:03:09 2012
185 </td>
186 <td align="right" class="footer">
187 <a target="mainFrame" href="http://epydoc.sourceforge.net"
188 >http://epydoc.sourceforge.net</a>
189 </td>
190 </tr>
191</table>
192
193<script type="text/javascript">
194 <!--
195 // Private objects are initially displayed (because if
196 // javascript is turned off then we want them to be
197 // visible); but by default, we want to hide them. So hide
198 // them unless we have a cookie that says to show them.
199 checkCookie();
200 // -->
201</script>
202</body>
203</html>