Developer Area

root/site/api/error-codes/level2_dw_newer.html @ 585

Revision 585, 11.5 kB (checked in by nadya, 10 months ago)

ConnectionThrottling? error added

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<meta http-equiv="content-style-type" content="text/css">
5<meta http-equiv="content-type" content="text/html; charset=utf-8">
6<meta name="generator" content="Adobe RoboHelp - www.adobe.com">
7<title>Second-level fault categories</title>
8<link rel="stylesheet" href="layout_ns.css" type="text/css">
9<script type="text/javascript" language="JavaScript">
10<!--
11if (navigator.appName !="Netscape")
12{   document.write("<link rel='stylesheet' href='layout.css'>");}
13//-->
14</script>
15<style type="text/css">
16<!--
17table.whs1 { width:560px; }
18col.whs2 { width:25%; }
19col.whs3 { width:36%; }
20col.whs4 { width:45%; }
21tr.whs5 { height:25px; }
22tr.whs6 { height:40px; }
23td.whs7 { width:25%; vertical-align:top; }
24p.whs8 { vertical-align:top; font-family:monospace; }
25td.whs9 { width:36%; }
26td.whs10 { width:35%; }
27td.whs11 { width:45%; }
28tr.whs12 { height:58px; }
29tr.whs13 { height:56px; }
30td.whs14 { width:25%; }
31p.whs15 { font-family:monospace; }
32tr.whs16 { height:71px; }
33tr.whs17 { height:87px; }
34-->
35</style>
36
37<script type="text/javascript" language="JavaScript">
38<!--
39function reDo() {
40  if (innerWidth != origWidth || innerHeight != origHeight)
41     location.reload();
42}
43if ((parseInt(navigator.appVersion) == 4) && (navigator.appName == "Netscape")) {
44        origWidth = innerWidth;
45        origHeight = innerHeight;
46        onresize = reDo;
47}
48onerror = null; 
49//-->
50</script>
51<style type="text/css">
52<!--
53div.WebHelpPopupMenu { position:absolute; left:0px; top:0px; z-index:4; visibility:hidden; }
54-->
55</style>
56
57<script type="text/javascript" language="javascript1.2" src="whmsg.js">
58</script>
59<script type="text/javascript" language="javascript" src="whver.js">
60</script>
61<script type="text/javascript" language="javascript1.2" src="whproxy.js">
62</script>
63<script type="text/javascript" language="javascript1.2" src="whutils.js">
64</script>
65<script type="text/javascript" language="javascript1.2" src="whlang.js">
66</script>
67<script type="text/javascript" language="javascript1.2" src="whtopic.js">
68</script>
69</head>
70<body>
71<script type="text/javascript" language="javascript1.2">
72<!--
73if (window.gbWhTopic)
74{
75        if (window.addTocInfo)
76        {
77        addTocInfo("SOAP Error Codes\nSecond-level Error categories");
78
79        }
80        if (window.writeBtnStyle)
81                writeBtnStyle();
82
83        if (window.writeIntopicBar)
84                writeIntopicBar(0);
85
86        if(1)
87        {
88       
89        }
90
91        if (window.setRelStartPage)
92        {
93        setRelStartPage("index.html");
94
95                autoSync(1);
96                sendSyncInfo();
97                sendAveInfoOut();
98        }
99}
100else
101        if (window.gbIE4)
102                document.location.reload();
103
104//-->
105</script>
106<h1>Second-level error categories</h1>
107<p>It is assumed that the prefix &#160;<code>tf</code> is bound to the name space used for the respective QNames. In the table, the prefix is omitted for convenience.</p>
108<table width="560" class="whs1">
109<col class="whs2">
110<col class="whs3">
111<col class="whs4">
112<tr class="whs5">
113<td class="noBorder" style="width:25%;" width="25%">
114<p class="table_heading">Occurs In</p>
115</td>
116<td class="noBorder" style="width:35%;" width="35%">
117<p class="table_heading">Name</p>
118</td>
119<td class="noBorder" style="width:35%;" width="35%">
120<p class="table_heading">Description</p>
121</td>
122</tr>
123<tr class="whs6">
124<td colspan="1" rowspan="6" width="25%" class="whs7">
125<p class="whs8"><code style="font-family:monospace;"><a href="level1.html#ProtocolSyntax">ProtocolSyntax</a></code></p>
126</td>
127<td width="36%" class="whs9">
128<p><code style="font-family:monospace;"><a name="RequestUnknown"></a>RequestUnknown</code></p>
129</td>
130<td width="35%" class="whs10">
131<p>The server received an unknown request.</p>
132</td>
133</tr>
134<tr class="whs6">
135<td width="36%" class="whs9">
136<p><a name="RequestSyntax"></a><code>RequestSyntax</code></p>
137</td>
138<td width="45%" class="whs11">
139<p>The server received an improperly formed request.</p>
140</td>
141</tr>
142<tr class="whs12">
143<td width="36%" class="whs9">
144<p><code style="font-family:monospace;"><a name="RequestUse"></a>RequestUse</code></p>
145</td>
146<td width="45%" class="whs11">
147<p>The request is not applicable in the current context, e.g. out of sequence regarding an ongoing process.</p>
148</td>
149</tr>
150<tr class="whs6">
151<td width="36%" class="whs9">
152<p><code style="font-family:monospace;"><a name="ParameterMissing"></a>ParameterMissing</code></p>
153</td>
154<td width="45%" class="whs11">
155<p>The operation requires a parameter, which was missing in the request.</p>
156</td>
157</tr>
158<tr class="whs13">
159<td width="36%" class="whs9">
160<p><code style="font-family:monospace;"><a name="ParameterValueRange"></a>ParameterValueRange</code></p>
161</td>
162<td width="45%" class="whs11">
163<p>The value of a request parameter was out of the range specified by the protocol.</p>
164</td>
165</tr>
166<tr class="whs6">
167<td width="36%" class="whs9">
168<p><code style="font-family:monospace;"><a name="ParameterValueSyntax"></a>ParameterValueSyntax</code></p>
169</td>
170<td width="45%" class="whs11">
171<p>The value of a request parameter was improperly formed.</p>
172</td>
173</tr>
174<tr class="whs13">
175<td colspan="1" rowspan="4" width="25%" class="whs14">
176<p class="whs15"><code style="font-family:monospace;"><a href="level1.html#Implementation">Implementation</a></code></p>
177</td>
178<td width="36%" class="whs9">
179<p><code style="font-family:monospace;"><a name="ProtocolVersionUnimplemented"></a>ProtocolVersion<br>
180Unimplemented</code></p>
181</td>
182<td width="35%" class="whs10">
183<p>The server received a request using an unimplemented version of the protocol.</p>
184</td>
185</tr>
186<tr class="whs6">
187<td width="36%" class="whs9">
188<p><code style="font-family:monospace;"><a name="RequestUnimplemented"></a>RequestUnimplemented</code></p>
189</td>
190<td width="45%" class="whs11">
191<p>The server received a valid request, but doesn't implement it (yet).</p>
192</td>
193</tr>
194<tr class="whs13">
195<td width="36%" class="whs9">
196<p><code style="font-family:monospace;"><a name="OptionUnimplemented"></a>OptionUnimplemented</code></p>
197</td>
198<td width="45%" class="whs11">
199<p>The server received a valid request, but doesn't implement the protocol option.</p>
200</td>
201</tr>
202<tr class="whs13">
203<td width="36%" class="whs9">
204<p><code style="font-family:monospace;"><a name="ExtensionUnimplemented"></a>ExtensionUnimplemented</code></p>
205</td>
206<td width="45%" class="whs11">
207<p>The server received a valid request, but doesn't implement the protocol extension.</p>
208</td>
209</tr>
210<tr class="whs6">
211<td colspan="1" rowspan="2" width="25%" class="whs14">
212<p class="whs15"><code style="font-family:monospace;"><a href="level1.html#Security">Security</a></code></p>
213<p>&#160;</p>
214</td>
215<td width="36%" class="whs9">
216<p><code style="font-family:monospace;"><a name="Authentication"></a>Authentication</code></p>
217</td>
218<td width="35%" class="whs10">
219<p>Validation of the client credentials submitted with the request failed.</p>
220</td>
221</tr>
222<tr class="whs6">
223<td width="36%" class="whs9">
224<p><code style="font-family:monospace;"><a name="Authorization"></a>Authorization</code></p>
225</td>
226<td width="45%" class="whs11">
227<p>The client lacks the privileges required to execute the given request.</p>
228</td>
229</tr>
230<tr class="whs13">
231<td colspan="1" rowspan="7" width="25%" class="whs14">
232<p class="whs15"><code style="font-family:monospace;"><a href="level1.html#DataManagement">DataManagement</a></code></p>
233</td>
234<td width="36%" class="whs9">
235<p><code style="font-family:monospace;"><a name="ObjectExists"></a>ObjectExists</code></p>
236</td>
237<td width="35%" class="whs10">
238<p>The request tried to create an object that already exists in the server's object repository.</p>
239</td>
240</tr>
241<tr class="whs13">
242<td width="36%" class="whs9">
243<p><code style="font-family:monospace;"><a name="ObjectDoesNotExist"></a>ObjectDoesNotExist</code></p>
244</td>
245<td width="45%" class="whs11">
246<p>The request tried to access an object that does not exist in the server's object repository.</p>
247</td>
248</tr>
249<tr class="whs13">
250<td width="36%" class="whs9">
251<p><code style="font-family:monospace;"><a name="ObjectStatus"></a>ObjectStatus</code></p>
252</td>
253<td width="45%" class="whs11">
254<p>The request tried to access an object, the status of which prohibits the execution of the given operation.</p>
255</td>
256</tr>
257<tr class="whs16">
258<td width="36%" class="whs9">
259<p><code style="font-family:monospace;"><a name="ObjectAssociation"></a>ObjectAssociation</code></p>
260</td>
261<td width="45%" class="whs11">
262<p>The request tried to access an object, which is currently associated with other objects, so the operation cannot be executed.</p>
263</td>
264</tr>
265<tr class="whs13">
266<td width="36%" class="whs9">
267<p><code style="font-family:monospace;"><a name="ParameterValuePolicy"></a>ParameterValuePolicy</code></p>
268</td>
269<td width="45%" class="whs11">
270<p>The request contained a parameter value that is valid but doesn't comply with the server's local policy.</p>
271</td>
272</tr>
273<tr class="whs13">
274<td width="36%" class="whs9">
275<p><code style="font-family:monospace;"><a name="ObjectServiceUnimplemented"></a>ObjectService<br>
276Unimplemented</code></p>
277</td>
278<td width="45%" class="whs11">
279<p>The request is implemented by the server, but not for the type of the object this request refers to.</p>
280</td>
281</tr>
282<tr class="whs17">
283<td width="36%" class="whs9">
284<p><code style="font-family:monospace;"><a name="DataManagementPolicy"></a>DataManagementPolicy</code></p>
285</td>
286<td width="45%" class="whs11">
287<p>The request's execution would result in a violation of the server's data management policies (e.g., removal of a mandatory attribute from an object), therefore it can't be executed.</p>
288</td>
289</tr>
290<tr class="whs17">
291<td colspan="1" rowspan="1" width="25%" class="whs14">
292<p class="whs15"><code style="font-family:monospace;"><a href="level1.html#ServerSystem">ServerSystem</a></code></p>
293</td>
294<td width="36%" class="whs9">
295<p><code style="font-family:monospace;"><a name="RequestFailed"></a>RequestFailed</code></p>
296</td>
297<td width="35%" class="whs10">
298<p>The processing of the request failed due to an internal server error. This error might be transient, i.e. the same request may be submitted successfully at a later point in time.</p>
299</td>
300</tr>
301<tr class="whs17">
302<td colspan="1" rowspan="2" width="25%" class="whs14">
303<p class="whs15"><code style="font-family:monospace;"><a href="level1.html#ConnectionManagement">Connection<br>
304Management</a></code></p>
305</td>
306<td width="36%" class="whs9">
307<p><code style="font-family:monospace;"><a name="ConnectionLimitExceeded"></a>ConnectionLimitExceeded</code></p>
308</td>
309<td width="35%" class="whs10">
310<p>The processing of the request was denied because the client has exceeded a system-defined limit of the number of connections the client is allowed to establish.</p>
311</td>
312</tr>
313<tr class="whs17">
314<td width="36%" class="whs9">
315<p class="whs15"><code><a name="ConnectionThrottling"></a>ConnectionThrottling</code></p>
316</td>
317<td width="35%" class="whs10">
318<p>The processing of the request was denied because the user has exceeded a system-defined quota. The error message will tell the user when the next request will be executed.</p>
319</td>
320</tr>
321</table>
322<p>&#160;</p>
323<p>&#160;</p>
324<p>&#160;</p>
325<p>&#160;</p>
326<p>&#160;</p>
327<script type="text/javascript" language="javascript1.2">
328<!--
329highlightSearch();
330if (window.writeIntopicBar)
331        writeIntopicBar(0);
332if(0)
333{
334
335}
336//-->
337</script>
338</body>
339</html>
Note: See TracBrowser for help on using the browser.
Telnic
Search This Site
Partners
Neustar
ICANN
Main site | WHOIS | Sell .tel | FAQ | Archived Site | About Telnic | Contact Us