crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/HTTP_CORE.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>HTTP-CORE</category_name>
  <category_description> &lt;p&gt; Transport Framework Client panics. &lt;/p&gt;</category_description>
  <panics>
    <panic>
      <panic_id>0</panic_id>
      <panic_description>&lt;p&gt;&lt;code&gt;RHTTPSession&lt;/code&gt; session is already open. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>1</panic_id>
      <panic_description>&lt;p&gt; Specified header field is missing. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>2</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>3</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>4</panic_id>
      <panic_description>&lt;p&gt; Mismatch between header's type and its attempted use. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>5</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>6</panic_id>
      <panic_description>&lt;p&gt; A transaction error occurred, and the &lt;code&gt;MHFRunError()&lt;/code&gt; in use didn't handle it. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>7</panic_id>
      <panic_description>&lt;p&gt; Attempted to add a filter while there is a transaction outstanding. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>8</panic_id>
      <panic_description>&lt;p&gt; Attempted to add a filter at a position not between the protocol handler and the client. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>9</panic_id>
      <panic_description>&lt;p&gt;&lt;code&gt;CHTTPEncoder&lt;/code&gt; object destroyed without its data being released. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>10</panic_id>
      <panic_description>&lt;p&gt;&lt;code&gt;CHTTPEncoder&lt;/code&gt; object at the wrong state for adding data. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>11</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>12</panic_id>
      <panic_description>&lt;p&gt; Invalid request data. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>13</panic_id>
      <panic_description>&lt;p&gt; Invalid response data. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>14</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>15</panic_id>
      <panic_description>&lt;p&gt; Unused. &lt;/p&gt;</panic_description>
    </panic>
    <panic>
      <panic_id>16</panic_id>
      <panic_description>&lt;p&gt; An invalid filter handle was specified. &lt;/p&gt;</panic_description>
    </panic>
  </panics>
</panic_category>