Multiple simultaneous request support to Communication
[qtmeetings] / resources / xml / errortable.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <errors>
3     <error code="0">Not really an error. Everything went just fine.</error>
4     <error code="666">For unit test purposes.</error>
5     <error code="100">Communication: No Error</error>
6     <error code="101">Communication: Unknown error</error>
7     <error code="102">Communication: Host name lookup failed</error>
8     <error code="103">Communication: Server refused the connection</error>
9     <error code="104">Communication: Server closed the connection unexpectedly</error>
10     <error code="105">Communication: Server sent an invalid HTTP header</error>
11     <error code="106">Communication: Server sent an invalid content length</error>
12     <error code="107">Communication: The request was aborted</error>
13     <error code="108">Communication: SOAP error when fetching meetings</error>
14     <error code="109">Communication: SOAP error when fetching meeting details</error>
15     <error code="110">Communication error</error>
16     <error code="111">Communication: Invalid username or password</error>
17     <error code="200">Failed to change the operation mode. Error creating internal file storage.</error>
18     <error code="201">Failed to change the operation mode. Error removing old alarm events.</error>
19         <error code="202">Failed to change the operation mode. Error sending alarm events. %1</error>
20         <error code="203">Failed to change the operation mode. Error storing data about sent alarm events. Removing the already sent alarm events.</error>
21         <error code="204">Failed to change the operation mode. Error fetching data of original hardware key settings.</error>
22         <error code="205">Failed to change the operation mode. Error storing data of original hardware key settings.</error>
23         <error code="206">Failed to change the operation mode. Error changing hardware key settings.</error>
24         <error code="207">Failed to change the operation mode. Init script to auto launch the application was not installed/removed.</error>
25         <error code="208">Failed to change the operation mode. The application failed to know the current mode of itself.</error>
26         <error code="209">Failed to change the operation mode. The application failed to store the current mode of itself.</error>
27         <error code="210">Error storing data of original automatic screen switching-off and dimming parameter values. Using the default values instead.</error>
28         <error code="211">Error fetching data of original automatic screen switching-off and dimming parameter values. Using the default values instead.</error>
29         <error code="212">Failed to change the operation mode. Error changing automatic screen switching-off and dimming parameter values.</error>
30         <error code="213">Failed to change the operation mode. Error restarting the device.</error>
31 </errors>