blob: 5d4579f2403699b4430344465982dd4056168fbc [file] [log] [blame]
Joe Gregorio52a5c532013-01-24 16:19:07 -05001<?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>apiclient.push.InvalidSubscriptionRequestError</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="apiclient-module.html">Package&nbsp;apiclient</a> ::
38 <a href="apiclient.push-module.html">Module&nbsp;push</a> ::
39 Class&nbsp;InvalidSubscriptionRequestError
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="apiclient.push.InvalidSubscriptionRequestError-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 InvalidSubscriptionRequestError</h1><p class="nomargin-top"><span class="codelink"><a href="apiclient.push-pysrc.html#InvalidSubscriptionRequestError">source&nbsp;code</a></span></p>
57<center>
58<center> <map id="class_hierarchy_for_invalidsub" name="class_hierarchy_for_invalidsub">
59<area shape="rect" id="node1" href="apiclient.push.InvalidSubscriptionRequestError-class.html" title="InvalidSubscriptionRequestError" alt="" coords="5,241,213,269"/>
60<area shape="rect" id="node2" href="javascript:void(0);" title="exceptions.BaseException" alt="" coords="21,6,197,34"/>
61<area shape="rect" id="node3" href="javascript:void(0);" title="exceptions.Exception" alt="" coords="36,65,183,93"/>
62<area shape="rect" id="node4" href="javascript:void(0);" title="exceptions.StandardError" alt="" coords="25,123,193,151"/>
63<area shape="rect" id="node5" href="javascript:void(0);" title="exceptions.ValueError" alt="" coords="35,182,184,210"/>
64</map>
65 <img src="class_hierarchy_for_invalidsub.gif" alt='' usemap="#class_hierarchy_for_invalidsub" ismap="ismap" class="graph-without-title" />
66</center>
67</center>
68<hr />
69<pre class="literalblock">
70The request cannot be subscribed.
71
72</pre>
73
74<!-- ==================== INSTANCE METHODS ==================== -->
75<a name="section-InstanceMethods"></a>
76<table class="summary" border="1" cellpadding="3"
77 cellspacing="0" width="100%" bgcolor="white">
78<tr bgcolor="#70b0f0" class="table-header">
79 <td colspan="2" class="table-header">
80 <table border="0" cellpadding="0" cellspacing="0" width="100%">
81 <tr valign="top">
82 <td align="left"><span class="table-header">Instance Methods</span></td>
83 <td align="right" valign="top"
84 ><span class="options">[<a href="#section-InstanceMethods"
85 class="privatelink" onclick="toggle_private();"
86 >hide private</a>]</span></td>
87 </tr>
88 </table>
89 </td>
90</tr>
91 <tr>
92 <td colspan="2" class="summary">
93 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.ValueError</code></b>:
94 <code>__init__</code>,
95 <code>__new__</code>
96 </p>
97 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
98 <code>__delattr__</code>,
99 <code>__getattribute__</code>,
100 <code>__getitem__</code>,
101 <code>__getslice__</code>,
102 <code>__reduce__</code>,
103 <code>__repr__</code>,
104 <code>__setattr__</code>,
105 <code>__setstate__</code>,
106 <code>__str__</code>,
107 <code>__unicode__</code>
108 </p>
109 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
110 <code>__format__</code>,
111 <code>__hash__</code>,
112 <code>__reduce_ex__</code>,
113 <code>__sizeof__</code>,
114 <code>__subclasshook__</code>
115 </p>
116 </td>
117 </tr>
118</table>
119<!-- ==================== PROPERTIES ==================== -->
120<a name="section-Properties"></a>
121<table class="summary" border="1" cellpadding="3"
122 cellspacing="0" width="100%" bgcolor="white">
123<tr bgcolor="#70b0f0" class="table-header">
124 <td colspan="2" class="table-header">
125 <table border="0" cellpadding="0" cellspacing="0" width="100%">
126 <tr valign="top">
127 <td align="left"><span class="table-header">Properties</span></td>
128 <td align="right" valign="top"
129 ><span class="options">[<a href="#section-Properties"
130 class="privatelink" onclick="toggle_private();"
131 >hide private</a>]</span></td>
132 </tr>
133 </table>
134 </td>
135</tr>
136 <tr>
137 <td colspan="2" class="summary">
138 <p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
139 <code>args</code>,
140 <code>message</code>
141 </p>
142 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
143 <code>__class__</code>
144 </p>
145 </td>
146 </tr>
147</table>
148<!-- ==================== NAVIGATION BAR ==================== -->
149<table class="navbar" border="0" width="100%" cellpadding="0"
150 bgcolor="#a0c0ff" cellspacing="0">
151 <tr valign="middle">
152
153 <!-- Tree link -->
154 <th>&nbsp;&nbsp;&nbsp;<a
155 href="module-tree.html">Trees</a>&nbsp;&nbsp;&nbsp;</th>
156
157 <!-- Index link -->
158 <th>&nbsp;&nbsp;&nbsp;<a
159 href="identifier-index.html">Indices</a>&nbsp;&nbsp;&nbsp;</th>
160
161 <!-- Help link -->
162 <th>&nbsp;&nbsp;&nbsp;<a
163 href="help.html">Help</a>&nbsp;&nbsp;&nbsp;</th>
164
165 <th class="navbar" width="100%"></th>
166 </tr>
167</table>
168<table border="0" cellpadding="0" cellspacing="0" width="100%%">
169 <tr>
170 <td align="left" class="footer">
171 Generated by Epydoc 3.0.1 on Thu Jan 24 16:14:37 2013
172 </td>
173 <td align="right" class="footer">
174 <a target="mainFrame" href="http://epydoc.sourceforge.net"
175 >http://epydoc.sourceforge.net</a>
176 </td>
177 </tr>
178</table>
179
180<script type="text/javascript">
181 <!--
182 // Private objects are initially displayed (because if
183 // javascript is turned off then we want them to be
184 // visible); but by default, we want to hide them. So hide
185 // them unless we have a cookie that says to show them.
186 checkCookie();
187 // -->
188</script>
189</body>
190</html>