|
1 |
|
2 <!DOCTYPE html |
|
3 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><meta name="copyright" content="(C) Copyright 2009"/><meta name="DC.rights.owner" content="(C) Copyright 2009"/><meta name="DC.Type" content="mobileconcept"/><meta name="DC.Title" content="Service API error codes"/><meta name="DC.Relation" scheme="URI" content="GUID-1A678A11-0BDD-4F64-9F40-013F6CDB81D7"/><meta name="DC.Relation" scheme="URI" content="GUID-7C69DDA4-16F1-4A8F-BDB2-4CB0015B4E81"/><meta name="DC.Relation" scheme="URI" content="GUID-65AAF569-D347-462B-B59A-9D7CA184AB9C"/><meta name="DC.Format" content="XHTML"/><meta name="DC.Identifier" content="GUID-0A215AF3-59F0-4158-842C-0D7B030E5EA4"/><title>Service |
|
5 API error codes </title><script type="text/javascript"> |
|
6 function initPage() {} |
|
7 </script><link href="../PRODUCT_PLUGIN/book.css" rel="stylesheet" type="text/css"/><link href="css/s60/style.css" rel="stylesheet" type="text/css" media="all"/></head><body onload="initPage();"><div class="body"><div class="contentLeft prTxt"><h1 class="pageHeading" id="GUID-0A215AF3-59F0-4158-842C-0D7B030E5EA4">Service |
|
8 API error codes</h1><div> |
|
9 <p>The following table lists the possible error codes returned by the Service |
|
10 API methods as part of their return value.</p> |
|
11 <p/> |
|
12 <div class="tablenoborder"><a name="GUID-11CAB47D-E3C4-4CF7-A5CB-2FCB62DF2459"><!----></a><table cellpadding="4" cellspacing="0" summary="" id="GUID-11CAB47D-E3C4-4CF7-A5CB-2FCB62DF2459" frame="border" border="1" rules="all"><caption><strong>Table: </strong>Service API error |
|
13 codes</caption> |
|
14 <thead align="left"> |
|
15 <tr class="title "><th class="cellrowborder" valign="top" width="17%" id="d0e79205"> |
|
16 <p>Error code</p> |
|
17 </th><th class="cellrowborder" valign="top" width="83%" id="d0e79210"> |
|
18 <p>Description</p> |
|
19 </th></tr> |
|
20 </thead> |
|
21 <tbody> |
|
22 |
|
23 |
|
24 |
|
25 |
|
26 |
|
27 |
|
28 <tr class=""> |
|
29 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
30 <p>0</p> |
|
31 </td> |
|
32 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
33 <p>Success</p> |
|
34 </td> |
|
35 </tr> |
|
36 <tr class="bg "> |
|
37 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
38 <p>1000</p> |
|
39 </td> |
|
40 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
41 <p>Invalid service argument</p> |
|
42 </td> |
|
43 </tr> |
|
44 <tr class=""> |
|
45 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
46 <p>1001</p> |
|
47 </td> |
|
48 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
49 <p>Unknown argument name</p> |
|
50 </td> |
|
51 </tr> |
|
52 <tr class="bg "> |
|
53 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
54 <p>1002</p> |
|
55 </td> |
|
56 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
57 <p>Bad argument type</p> |
|
58 <p>This error can occur for any of the following reasons:</p> |
|
59 <ul> |
|
60 <li><p><code>StartRange</code> or <code>EndRange</code> is |
|
61 not specified or supported for the given <code>Key</code>.</p> |
|
62 </li> |
|
63 <li><p><code>EndRange</code> is less than <code>StartRange</code>.</p> |
|
64 </li> |
|
65 <li><p>The sorting <code>Key</code> is not supported.</p> |
|
66 </li> |
|
67 </ul> |
|
68 </td> |
|
69 </tr> |
|
70 <tr class=""> |
|
71 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
72 <p>1003</p> |
|
73 </td> |
|
74 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
75 <p>Missing argument</p> |
|
76 </td> |
|
77 </tr> |
|
78 <tr class="bg "> |
|
79 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
80 <p>1004</p> |
|
81 </td> |
|
82 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
83 <p>Service not supported</p> |
|
84 <p>This error can occur for any of the following reasons:</p> |
|
85 <ul> |
|
86 <li><p>The <code>FileType</code> or <code>Key</code> is |
|
87 wrong.</p></li> |
|
88 <li><p>The <code>Key</code> is not supported for the given <code>FileType</code>.</p> |
|
89 </li> |
|
90 <li><p>A synchronous call is placed instead of an asynchronous one.</p> |
|
91 </li> |
|
92 </ul> |
|
93 </td> |
|
94 </tr> |
|
95 <tr class=""> |
|
96 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
97 <p>1005</p> |
|
98 </td> |
|
99 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
100 <p>Service in use</p> |
|
101 </td> |
|
102 </tr> |
|
103 <tr class="bg "> |
|
104 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
105 <p>1006</p> |
|
106 </td> |
|
107 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
108 <p>Service not ready</p> |
|
109 </td> |
|
110 </tr> |
|
111 <tr class=""> |
|
112 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
113 <p>1007</p> |
|
114 </td> |
|
115 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
116 <p>No memory</p> |
|
117 </td> |
|
118 </tr> |
|
119 <tr class="bg "> |
|
120 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
121 <p>1008</p> |
|
122 </td> |
|
123 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
124 <p>Hardware not available</p> |
|
125 </td> |
|
126 </tr> |
|
127 <tr class=""> |
|
128 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
129 <p>1009</p> |
|
130 </td> |
|
131 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
132 <p>Server busy</p> |
|
133 <p>The service provider is busy with an ongoing request and cannot accept |
|
134 another one.</p> |
|
135 </td> |
|
136 </tr> |
|
137 <tr class="bg "> |
|
138 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
139 <p>1010</p> |
|
140 </td> |
|
141 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
142 <p>Entry exists</p> |
|
143 </td> |
|
144 </tr> |
|
145 <tr class=""> |
|
146 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
147 <p>1011</p> |
|
148 </td> |
|
149 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
150 <p>Access denied</p> |
|
151 </td> |
|
152 </tr> |
|
153 <tr class="bg "> |
|
154 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
155 <p>1012</p> |
|
156 </td> |
|
157 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
158 <p>Not found</p> |
|
159 </td> |
|
160 </tr> |
|
161 <tr class=""> |
|
162 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
163 <p>1013</p> |
|
164 </td> |
|
165 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
166 <p>Unknown format</p> |
|
167 </td> |
|
168 </tr> |
|
169 <tr class="bg "> |
|
170 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
171 <p>1014</p> |
|
172 </td> |
|
173 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
174 <p>General error</p> |
|
175 </td> |
|
176 </tr> |
|
177 <tr class=""> |
|
178 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
179 <p>1015</p> |
|
180 </td> |
|
181 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
182 <p>Cancel success</p> |
|
183 </td> |
|
184 </tr> |
|
185 <tr class="bg "> |
|
186 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
187 <p>1016</p> |
|
188 </td> |
|
189 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
190 <p>Service timed-out</p> |
|
191 </td> |
|
192 </tr> |
|
193 <tr class=""> |
|
194 <td class="cellrowborder" valign="top" width="17%" headers="d0e79205 "> |
|
195 <p>1017</p> |
|
196 </td> |
|
197 <td class="cellrowborder" valign="top" width="83%" headers="d0e79210 "> |
|
198 <p>Path not found</p> |
|
199 </td> |
|
200 </tr> |
|
201 </tbody> |
|
202 </table></div></div></div></div><div class="footer"><hr/><div class="copy">© Nokia 2009.</div></div></body></html> |