|
1 <?xml version='1.0' encoding='UTF-8'?> |
|
2 <panic_category> |
|
3 <category_name>ViewSrv</category_name> |
|
4 <category_description> <p> The table below lists the View Server panics.</p></category_description> |
|
5 <panics> |
|
6 <panic> |
|
7 <panic_id>1</panic_id> |
|
8 <panic_description><p> View Server creation failed. </p></panic_description> |
|
9 </panic> |
|
10 <panic> |
|
11 <panic_id>3</panic_id> |
|
12 <panic_description><p> A bad client call was made - i.e. the opcode sent by the client was one not defined in <code>TVwsRequestOpcode</code>. </p></panic_description> |
|
13 </panic> |
|
14 <panic> |
|
15 <panic_id>6</panic_id> |
|
16 <panic_description><p> The view that View Server is trying to remove has not been found. </p></panic_description> |
|
17 </panic> |
|
18 <panic> |
|
19 <panic_id>7</panic_id> |
|
20 <panic_description><p> An application tried to add a view with an application UID other than its own. </p></panic_description> |
|
21 </panic> |
|
22 <panic> |
|
23 <panic_id>8</panic_id> |
|
24 <panic_description><p> The custom message sent along with a view activation request was not copied across to the server properly. </p></panic_description> |
|
25 </panic> |
|
26 <panic> |
|
27 <panic_id>9</panic_id> |
|
28 <panic_description><p> An attempt was made to remove the currently active view. </p></panic_description> |
|
29 </panic> |
|
30 <panic> |
|
31 <panic_id>10</panic_id> |
|
32 <panic_description><p> A client has requested a view event even though it still has an outstanding request open. </p></panic_description> |
|
33 </panic> |
|
34 <panic> |
|
35 <panic_id>11</panic_id> |
|
36 <panic_description><p> The most common panic. A view has taken too long to complete its implementation of <code>ViewActivatedL()</code> and must, therefore, be panicked to stop it from blocking the entire OS. </p></panic_description> |
|
37 </panic> |
|
38 <panic> |
|
39 <panic_id>13</panic_id> |
|
40 <panic_description><p> An attempt was made to activate a view that does not support the current screenmode. </p> </panic_description> |
|
41 </panic> |
|
42 <panic> |
|
43 <panic_id>14</panic_id> |
|
44 <panic_description><p> A view has taken too long to complete its implementation of ViewDeactivated() and must, therefore, be panicked to stop it from blocking the entire OS. </p> </panic_description> |
|
45 </panic> |
|
46 </panics> |
|
47 </panic_category> |