crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Etel_Server.xml
changeset 2 0c91f0baec58
child 3 045ade241ef5
equal deleted inserted replaced
1:7a31f7298d8f 2:0c91f0baec58
       
     1 <?xml version='1.0' encoding='UTF-8'?>
       
     2 <panic_category>
       
     3   <category_name>Etel Server</category_name>
       
     4   <category_description> &lt;p&gt;Panic caused by incorrect use of the ETel Core API- e.g. passing bad or contradictory values to class constructors or member functions.&lt;/p&gt; &lt;p&gt;The client thread causing the panic is terminated.&lt;/p&gt;</category_description>
       
     5   <panics>
       
     6     <panic>
       
     7       <panic_id>0</panic_id>
       
     8       <panic_description>&lt;p&gt;The subsession handle is not recognised by the server.&lt;/p&gt;</panic_description>
       
     9     </panic>
       
    10     <panic>
       
    11       <panic_id>1</panic_id>
       
    12       <panic_description>&lt;p&gt;An attempt to read or write across the client-server boundary has failed. This usually indicates that the descriptor sent is incorrectly formatted.&lt;/p&gt;</panic_description>
       
    13     </panic>
       
    14     <panic>
       
    15       <panic_id>2</panic_id>
       
    16       <panic_description>&lt;p&gt;The message type- sent by the client- is not recognised by the server.&lt;/p&gt;</panic_description>
       
    17     </panic>
       
    18     <panic>
       
    19       <panic_id>3</panic_id>
       
    20       <panic_description>&lt;p&gt;Client code has attempted to re-post an asynchronous request before the original request has completed.&lt;/p&gt;</panic_description>
       
    21     </panic>
       
    22     <panic>
       
    23       <panic_id>4</panic_id>
       
    24       <panic_description>&lt;p&gt;The client has attempted to open a sub-session without first opening its parent object. &lt;/p&gt;</panic_description>
       
    25     </panic>
       
    26     <panic>
       
    27       <panic_id>5</panic_id>
       
    28       <panic_description>&lt;p&gt;The client has attempted to use a zero length descriptor.&lt;/p&gt;</panic_description>
       
    29     </panic>
       
    30     <panic>
       
    31       <panic_id>6</panic_id>
       
    32       <panic_description>&lt;p&gt;The size field of a descriptor indicates that it contains a negative amount of data.&lt;/p&gt;</panic_description>
       
    33     </panic>
       
    34     <panic>
       
    35       <panic_id>7</panic_id>
       
    36       <panic_description>&lt;p&gt;Not used.&lt;/p&gt;</panic_description>
       
    37     </panic>
       
    38     <panic>
       
    39       <panic_id>8</panic_id>
       
    40       <panic_description>&lt;p&gt;Client failed to call &lt;code&gt;Open()&lt;/code&gt;.&lt;/p&gt;</panic_description>
       
    41     </panic>
       
    42     <panic>
       
    43       <panic_id>9</panic_id>
       
    44       <panic_description>&lt;p&gt;Client failed to call &lt;code&gt;Open()&lt;/code&gt;.&lt;/p&gt;</panic_description>
       
    45     </panic>
       
    46     <panic>
       
    47       <panic_id>10</panic_id>
       
    48       <panic_description>&lt;p&gt;Client code request to access an element outside the array range.&lt;/p&gt;</panic_description>
       
    49     </panic>
       
    50     <panic>
       
    51       <panic_id>11</panic_id>
       
    52       <panic_description>&lt;p&gt;The &lt;code&gt;Open()&lt;/code&gt; function has been called twice by the same sub-session.&lt;/p&gt;</panic_description>
       
    53     </panic>
       
    54     <panic>
       
    55       <panic_id>12</panic_id>
       
    56       <panic_description>&lt;p&gt;The client has passed a bad phone call type.&lt;/p&gt;</panic_description>
       
    57     </panic>
       
    58     <panic>
       
    59       <panic_id>13</panic_id>
       
    60       <panic_description>&lt;p&gt;The client has specified a bad name for a phone line or phone call object.&lt;/p&gt; 	   </panic_description>
       
    61     </panic>
       
    62   </panics>
       
    63 </panic_category>