John Asmuth | 614db98 | 2014-04-24 15:46:26 -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>googleapiclient.errors</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> <a |
| 19 | href="googleapiclient-module.html">Home</a> </th> |
| 20 | |
| 21 | <!-- Tree link --> |
| 22 | <th> <a |
| 23 | href="module-tree.html">Trees</a> </th> |
| 24 | |
| 25 | <!-- Index link --> |
| 26 | <th> <a |
| 27 | href="identifier-index.html">Indices</a> </th> |
| 28 | |
| 29 | <!-- Help link --> |
| 30 | <th> <a |
| 31 | href="help.html">Help</a> </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 googleapiclient</a> :: |
| 41 | Module errors |
| 42 | </span> |
| 43 | </td> |
| 44 | <td> |
| 45 | <table cellpadding="0" cellspacing="0"> |
| 46 | <!-- hide/show private --> |
| 47 | <tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink" |
| 48 | onclick="toggle_private();">hide private</a>]</span></td></tr> |
| 49 | <tr><td align="right"><span class="options" |
| 50 | >[<a href="frames.html" target="_top">frames</a |
| 51 | >] | <a href="googleapiclient.errors-module.html" |
| 52 | target="_top">no frames</a>]</span></td></tr> |
| 53 | </table> |
| 54 | </td> |
| 55 | </tr> |
| 56 | </table> |
| 57 | <!-- ==================== MODULE DESCRIPTION ==================== --> |
| 58 | <h1 class="epydoc">Module errors</h1><p class="nomargin-top"><span class="codelink"><a href="googleapiclient.errors-pysrc.html">source code</a></span></p> |
| 59 | <pre class="literalblock"> |
| 60 | Errors for the library. |
| 61 | |
| 62 | All exceptions defined by the library |
| 63 | should be defined in this file. |
| 64 | |
| 65 | </pre> |
| 66 | |
| 67 | <hr /> |
| 68 | <div class="fields"> <p><strong>Author:</strong> |
| 69 | jcgregorio@google.com (Joe Gregorio) |
| 70 | </p> |
| 71 | </div><!-- ==================== CLASSES ==================== --> |
| 72 | <a name="section-Classes"></a> |
| 73 | <table class="summary" border="1" cellpadding="3" |
| 74 | cellspacing="0" width="100%" bgcolor="white"> |
| 75 | <tr bgcolor="#70b0f0" class="table-header"> |
| 76 | <td colspan="2" class="table-header"> |
| 77 | <table border="0" cellpadding="0" cellspacing="0" width="100%"> |
| 78 | <tr valign="top"> |
| 79 | <td align="left"><span class="table-header">Classes</span></td> |
| 80 | <td align="right" valign="top" |
| 81 | ><span class="options">[<a href="#section-Classes" |
| 82 | class="privatelink" onclick="toggle_private();" |
| 83 | >hide private</a>]</span></td> |
| 84 | </tr> |
| 85 | </table> |
| 86 | </td> |
| 87 | </tr> |
| 88 | <tr> |
| 89 | <td width="15%" align="right" valign="top" class="summary"> |
| 90 | <span class="summary-type"> </span> |
| 91 | </td><td class="summary"> |
| 92 | <a href="googleapiclient.errors.Error-class.html" class="summary-name">Error</a><br /> |
| 93 | Base error for this module. |
| 94 | </td> |
| 95 | </tr> |
| 96 | <tr> |
| 97 | <td width="15%" align="right" valign="top" class="summary"> |
| 98 | <span class="summary-type"> </span> |
| 99 | </td><td class="summary"> |
| 100 | <a href="googleapiclient.errors.HttpError-class.html" class="summary-name">HttpError</a><br /> |
| 101 | HTTP data was invalid or unexpected. |
| 102 | </td> |
| 103 | </tr> |
| 104 | <tr> |
| 105 | <td width="15%" align="right" valign="top" class="summary"> |
| 106 | <span class="summary-type"> </span> |
| 107 | </td><td class="summary"> |
| 108 | <a href="googleapiclient.errors.InvalidJsonError-class.html" class="summary-name">InvalidJsonError</a><br /> |
| 109 | The JSON returned could not be parsed. |
| 110 | </td> |
| 111 | </tr> |
| 112 | <tr> |
| 113 | <td width="15%" align="right" valign="top" class="summary"> |
| 114 | <span class="summary-type"> </span> |
| 115 | </td><td class="summary"> |
| 116 | <a href="googleapiclient.errors.UnknownFileType-class.html" class="summary-name">UnknownFileType</a><br /> |
| 117 | File type unknown or unexpected. |
| 118 | </td> |
| 119 | </tr> |
| 120 | <tr> |
| 121 | <td width="15%" align="right" valign="top" class="summary"> |
| 122 | <span class="summary-type"> </span> |
| 123 | </td><td class="summary"> |
| 124 | <a href="googleapiclient.errors.UnknownLinkType-class.html" class="summary-name">UnknownLinkType</a><br /> |
| 125 | Link type unknown or unexpected. |
| 126 | </td> |
| 127 | </tr> |
| 128 | <tr> |
| 129 | <td width="15%" align="right" valign="top" class="summary"> |
| 130 | <span class="summary-type"> </span> |
| 131 | </td><td class="summary"> |
| 132 | <a href="googleapiclient.errors.UnknownApiNameOrVersion-class.html" class="summary-name">UnknownApiNameOrVersion</a><br /> |
| 133 | No API with that name and version exists. |
| 134 | </td> |
| 135 | </tr> |
| 136 | <tr> |
| 137 | <td width="15%" align="right" valign="top" class="summary"> |
| 138 | <span class="summary-type"> </span> |
| 139 | </td><td class="summary"> |
| 140 | <a href="googleapiclient.errors.UnacceptableMimeTypeError-class.html" class="summary-name">UnacceptableMimeTypeError</a><br /> |
| 141 | That is an unacceptable mimetype for this operation. |
| 142 | </td> |
| 143 | </tr> |
| 144 | <tr> |
| 145 | <td width="15%" align="right" valign="top" class="summary"> |
| 146 | <span class="summary-type"> </span> |
| 147 | </td><td class="summary"> |
| 148 | <a href="googleapiclient.errors.MediaUploadSizeError-class.html" class="summary-name">MediaUploadSizeError</a><br /> |
| 149 | Media is larger than the method can accept. |
| 150 | </td> |
| 151 | </tr> |
| 152 | <tr> |
| 153 | <td width="15%" align="right" valign="top" class="summary"> |
| 154 | <span class="summary-type"> </span> |
| 155 | </td><td class="summary"> |
| 156 | <a href="googleapiclient.errors.ResumableUploadError-class.html" class="summary-name">ResumableUploadError</a><br /> |
| 157 | Error occured during resumable upload. |
| 158 | </td> |
| 159 | </tr> |
| 160 | <tr> |
| 161 | <td width="15%" align="right" valign="top" class="summary"> |
| 162 | <span class="summary-type"> </span> |
| 163 | </td><td class="summary"> |
| 164 | <a href="googleapiclient.errors.InvalidChunkSizeError-class.html" class="summary-name">InvalidChunkSizeError</a><br /> |
| 165 | The given chunksize is not valid. |
| 166 | </td> |
| 167 | </tr> |
| 168 | <tr> |
| 169 | <td width="15%" align="right" valign="top" class="summary"> |
| 170 | <span class="summary-type"> </span> |
| 171 | </td><td class="summary"> |
| 172 | <a href="googleapiclient.errors.InvalidNotificationError-class.html" class="summary-name">InvalidNotificationError</a><br /> |
| 173 | The channel Notification is invalid. |
| 174 | </td> |
| 175 | </tr> |
| 176 | <tr> |
| 177 | <td width="15%" align="right" valign="top" class="summary"> |
| 178 | <span class="summary-type"> </span> |
| 179 | </td><td class="summary"> |
| 180 | <a href="googleapiclient.errors.BatchError-class.html" class="summary-name">BatchError</a><br /> |
| 181 | Error occured during batch operations. |
| 182 | </td> |
| 183 | </tr> |
| 184 | <tr> |
| 185 | <td width="15%" align="right" valign="top" class="summary"> |
| 186 | <span class="summary-type"> </span> |
| 187 | </td><td class="summary"> |
| 188 | <a href="googleapiclient.errors.UnexpectedMethodError-class.html" class="summary-name">UnexpectedMethodError</a><br /> |
| 189 | Exception raised by RequestMockBuilder on unexpected calls. |
| 190 | </td> |
| 191 | </tr> |
| 192 | <tr> |
| 193 | <td width="15%" align="right" valign="top" class="summary"> |
| 194 | <span class="summary-type"> </span> |
| 195 | </td><td class="summary"> |
| 196 | <a href="googleapiclient.errors.UnexpectedBodyError-class.html" class="summary-name">UnexpectedBodyError</a><br /> |
| 197 | Exception raised by RequestMockBuilder on unexpected bodies. |
| 198 | </td> |
| 199 | </tr> |
| 200 | </table> |
| 201 | <!-- ==================== NAVIGATION BAR ==================== --> |
| 202 | <table class="navbar" border="0" width="100%" cellpadding="0" |
| 203 | bgcolor="#a0c0ff" cellspacing="0"> |
| 204 | <tr valign="middle"> |
| 205 | <!-- Home link --> |
| 206 | <th> <a |
| 207 | href="googleapiclient-module.html">Home</a> </th> |
| 208 | |
| 209 | <!-- Tree link --> |
| 210 | <th> <a |
| 211 | href="module-tree.html">Trees</a> </th> |
| 212 | |
| 213 | <!-- Index link --> |
| 214 | <th> <a |
| 215 | href="identifier-index.html">Indices</a> </th> |
| 216 | |
| 217 | <!-- Help link --> |
| 218 | <th> <a |
| 219 | href="help.html">Help</a> </th> |
| 220 | |
| 221 | <th class="navbar" width="100%"></th> |
| 222 | </tr> |
| 223 | </table> |
| 224 | <table border="0" cellpadding="0" cellspacing="0" width="100%%"> |
| 225 | <tr> |
| 226 | <td align="left" class="footer"> |
Craig Citro | 065b530 | 2014-08-14 00:47:23 -0700 | [diff] [blame] | 227 | Generated by Epydoc 3.0.1 on Thu Aug 14 00:45:18 2014 |
John Asmuth | 614db98 | 2014-04-24 15:46:26 -0400 | [diff] [blame] | 228 | </td> |
| 229 | <td align="right" class="footer"> |
| 230 | <a target="mainFrame" href="http://epydoc.sourceforge.net" |
| 231 | >http://epydoc.sourceforge.net</a> |
| 232 | </td> |
| 233 | </tr> |
| 234 | </table> |
| 235 | |
| 236 | <script type="text/javascript"> |
| 237 | <!-- |
| 238 | // Private objects are initially displayed (because if |
| 239 | // javascript is turned off then we want them to be |
| 240 | // visible); but by default, we want to hide them. So hide |
| 241 | // them unless we have a cookie that says to show them. |
| 242 | checkCookie(); |
| 243 | // --> |
| 244 | </script> |
| 245 | </body> |
| 246 | </html> |