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