crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/CHWComm.xml
author Jussi Ryoma <ext-jussi.s.ryoma@nokia.com>
Wed, 21 Apr 2010 09:51:02 +0300
changeset 2 0c91f0baec58
permissions -rw-r--r--
Source codes for command line version of Crash Analyser Carbide extension v1.3

<?xml version='1.0' encoding='UTF-8'?>
<panic_category>
  <category_name>CHWComm</category_name>
  <category_description> &lt;p&gt;Panic of ECUART module raised by the Serial Comms Server (or &amp;quot;CommsServer&amp;quot;).&lt;/p&gt;</category_description>
  <panics>
    <panic>
      <panic_id>0</panic_id>
      <panic_description>&lt;p&gt;Bad descriptor passed by client.&lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>1</panic_id>
      <panic_description>&lt;p&gt;&lt;code&gt;cancel()&lt;/code&gt; method called without calling the respective API first. I.e. an attempt was made to cancel an operation that was not started.&lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>2</panic_id>
      <panic_description>&lt;p&gt;Incorrect usage of an API for the current DTE/DCE role.&lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>3</panic_id>
      <panic_description>&lt;p&gt;Internal error caused by the notification count being negative.&lt;/p&gt;</panic_description>
    </panic>
  </panics>
</panic_category>