|
1 <?xml version='1.0' encoding='UTF-8'?> |
|
2 <panic_category> |
|
3 <category_name>CommsDbServer</category_name> |
|
4 <category_description> <p>CommDb panics:</p></category_description> |
|
5 <panics> |
|
6 <panic> |
|
7 <panic_id>1</panic_id> |
|
8 <panic_description><p><code>CCommsDbTableView::InsertRecord()</code> called when <code>InsertRecord()</code> or <code>UpdateRecord()</code> has already been made.</p></panic_description> |
|
9 </panic> |
|
10 <panic> |
|
11 <panic_id>2</panic_id> |
|
12 <panic_description><p><code>CCommsDbTableView::UpdateRecord()</code> called when <code>InsertRecord()</code> or <code>UpdateRecord()</code> has already been made.</p></panic_description> |
|
13 </panic> |
|
14 <panic> |
|
15 <panic_id>3</panic_id> |
|
16 <panic_description><p><code>CCommsDbTableView::DeleteRecord()</code> called when a previous call to <code>InsertRecord()</code> or <code>UpdateRecord()</code> has been made</p></panic_description> |
|
17 </panic> |
|
18 <panic> |
|
19 <panic_id>4</panic_id> |
|
20 <panic_description><p><code>CCommsDbTableView::PutRecordChanges()</code> called without previous call to <code>InsertRecord()</code> or <code>UpdateRecord()</code></p></panic_description> |
|
21 </panic> |
|
22 <panic> |
|
23 <panic_id>5</panic_id> |
|
24 <panic_description><p><code>CCommsDbTableView::CancelRecordChanges()</code> called without previous call to <code>InsertRecord()</code> or <code>UpdateRecord()</code></p></panic_description> |
|
25 </panic> |
|
26 <panic> |
|
27 <panic_id>6</panic_id> |
|
28 <panic_description><p><code>CCommsDbTableView::GotoFirstRecord()</code> called while an operation involved in inserting or updating a record is still outstanding, or when the view has been closed.</p></panic_description> |
|
29 </panic> |
|
30 <panic> |
|
31 <panic_id>7</panic_id> |
|
32 <panic_description><p><code>CCommsDbTableView::GotoNextRecord()</code> called while an operation involved in inserting or updating a record is still outstanding, or when the view has been closed.</p></panic_description> |
|
33 </panic> |
|
34 <panic> |
|
35 <panic_id>8</panic_id> |
|
36 <panic_description><p><code>CCommsDbTableView::GotoPreviousRecord()</code> called while an operation involved in inserting or updating a record is still outstanding, or when the view has been closed.</p></panic_description> |
|
37 </panic> |
|
38 <panic> |
|
39 <panic_id>10</panic_id> |
|
40 <panic_description><p>Attempt made to read from a column before either <code>PutRecordChanges()</code> or <code>CancelRecordChanges()</code> has been called to complete a record insertion or update operation.</p></panic_description> |
|
41 </panic> |
|
42 <panic> |
|
43 <panic_id>12</panic_id> |
|
44 <panic_description><p>Attempt is made to write to a column without calling <code>CCommsDbTableView::InsertRecord()</code> or <code>CCommsDbTableView::UpdateRecord()</code></p></panic_description> |
|
45 </panic> |
|
46 <panic> |
|
47 <panic_id>13</panic_id> |
|
48 <panic_description><p>Attempt to write to table ID column with <code>CCommsDbTableView::WriteUintL()</code>.</p></panic_description> |
|
49 </panic> |
|
50 <panic> |
|
51 <panic_id>14</panic_id> |
|
52 <panic_description><p><code>CCommDbOverrideSettings::GetLongDesOverride()</code> called with too small <code>aValue</code> buffer.</p></panic_description> |
|
53 </panic> |
|
54 </panics> |
|
55 </panic_category> |