crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Etel_Server.xml
changeset 3 045ade241ef5
parent 2 0c91f0baec58
equal deleted inserted replaced
2:0c91f0baec58 3:045ade241ef5
     1 <?xml version='1.0' encoding='UTF-8'?>
     1 <?xml version='1.0' encoding='UTF-8'?>
     2 <panic_category>
     2 <panic_category>
     3   <category_name>Etel Server</category_name>
     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>
     4   <category_description> &lt;p&gt;Panic caused by incorrect use of the ETel Core API&amp;#160;- 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>
     5   <panics>
     6     <panic>
     6     <panic>
     7       <panic_id>0</panic_id>
     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>
     8       <panic_description>&lt;p&gt;The subsession handle is not recognised by the server.&lt;/p&gt;</panic_description>
     9     </panic>
     9     </panic>
    11       <panic_id>1</panic_id>
    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>
    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>
    13     </panic>
    14     <panic>
    14     <panic>
    15       <panic_id>2</panic_id>
    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>
    16       <panic_description>&lt;p&gt;The message type&amp;#160;- sent by the client&amp;#160;- is not recognised by the server.&lt;/p&gt;</panic_description>
    17     </panic>
    17     </panic>
    18     <panic>
    18     <panic>
    19       <panic_id>3</panic_id>
    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>
    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>
    21     </panic>