qtmeetings sources to Maemo garage
[qtmeetings] / resources / xml / errortable.xml
diff --git a/resources/xml/errortable.xml b/resources/xml/errortable.xml
new file mode 100644 (file)
index 0000000..d611fda
--- /dev/null
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<errors>
+    <error code="0">Not really an error. Everything went just fine.</error>
+    <error code="666">For unit test purposes.</error>
+    <error code="100">Communication: No Error</error>
+    <error code="101">Communication: Unknown error</error>
+    <error code="102">Communication: Host name lookup failed</error>
+    <error code="103">Communication: Server refused the connection</error>
+    <error code="104">Communication: Server closed the connection unexpectedly</error>
+    <error code="105">Communication: Server sent an invalid HTTP header</error>
+    <error code="106">Communication: Server sent an invalid content length</error>
+    <error code="107">Communication: Invalid username or password</error>
+    <error code="108">Communication: SOAP error when fetching meetings</error>
+    <error code="109">Communication: SOAP error when fetching meeting details</error>
+    <error code="110">Communication error</error>
+    <error code="200">Failed to change the operation mode. Error creating internal file storage.</error>
+    <error code="201">Failed to change the operation mode. Error removing old alarm events.</error>
+       <error code="202">Failed to change the operation mode. Error sending alarm events. %1</error>
+       <error code="203">Failed to change the operation mode. Error storing data about sent alarm events. Removing the already sent alarm events.</error>
+       <error code="204">Failed to change the operation mode. Error fetching data of original hardware key settings.</error>
+       <error code="205">Failed to change the operation mode. Error storing data of original hardware key settings.</error>
+       <error code="206">Failed to change the operation mode. Error changing hardware key settings.</error>
+       <error code="207">Failed to change the operation mode. Init script to auto launch the application was not installed/removed.</error>
+       <error code="208">Failed to change the operation mode. The application failed to know the current mode of itself.</error>
+       <error code="209">Failed to change the operation mode. The application failed to store the current mode of itself.</error>
+       <error code="210">Error storing data of original automatic screen switching-off and dimming parameter values. Using the default values instead.</error>
+       <error code="211">Error fetching data of original automatic screen switching-off and dimming parameter values. Using the default values instead.</error>
+       <error code="212">Failed to change the operation mode. Error changing automatic screen switching-off and dimming parameter values.</error>
+       <error code="213">Failed to change the operation mode. Error restarting the device.</error>
+</errors>