crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Send.xml
changeset 2 0c91f0baec58
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Send.xml	Wed Apr 21 09:51:02 2010 +0300
@@ -0,0 +1,59 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<panic_category>
+  <category_name>Send</category_name>
+  <category_description> &lt;p&gt;Messaging panics from &lt;code&gt;CSendAs&lt;/code&gt;&lt;/p&gt;</category_description>
+  <panics>
+    <panic>
+      <panic_id>1</panic_id>
+      <panic_description>&lt;p&gt;Out of range index passed to &lt;code&gt;CSendAs::SetMtmL()&lt;/code&gt; or CSendAs::SetService()&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>2</panic_id>
+      <panic_description>&lt;p&gt;Internal discrepancy in MTM array&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>3</panic_id>
+      <panic_description>&lt;p&gt;Asked to create zero-length MTM array&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>4</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs::SetMtmL()&lt;/code&gt; called when a message has already been created&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>5</panic_id>
+      <panic_description>&lt;p&gt;Asked to create zero-length service array&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>6</panic_id>
+      <panic_description>&lt;p&gt;MTM not chosen when &lt;code&gt;CSendAs::CreateMessageL()&lt;/code&gt; called&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>7</panic_id>
+      <panic_description>&lt;p&gt;Message not saved when &lt;code&gt;CSendAs::AbandonMessage()&lt;/code&gt; called&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>8</panic_id>
+      <panic_description>&lt;p&gt;Message not created when &lt;code&gt;CSendAs::SaveMessageL()&lt;/code&gt; called&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>9</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs::RecipientList()&lt;/code&gt;, &lt;code&gt;CSendAs::RemoveRecipient()&lt;/code&gt;, or &lt;code&gt;CSendAs::AddRecipientL()&lt;/code&gt; called without message being saved or created&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>10</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs::SetSubjectL()&lt;/code&gt; called without message being saved or created&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>11</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs::SetBodyL()&lt;/code&gt; or &lt;code&gt;CSendAs::ValidateMessage()&lt;/code&gt; called without message being saved or created&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>12</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs&lt;/code&gt; active without asynchronous rendering being called&lt;/p&gt;</panic_description>
+    </panic>
+    <panic>
+      <panic_id>13</panic_id>
+      <panic_description>&lt;p&gt;&lt;code&gt;CSendAs&lt;/code&gt; cancelled without asynchronous rendering being called&lt;/p&gt;	   </panic_description>
+    </panic>
+  </panics>
+</panic_category>
\ No newline at end of file