|
1 <h1>Agenda model</h1> |
|
2 <p>Agenda model utility panics: |
|
3 </p> |
|
4 <code>0</code> |
|
5 <p>The agenda model is in a state inconsistent with an action being |
|
6 requested of it. |
|
7 </p> |
|
8 <code>1</code> |
|
9 <p>An entry contains bad or conflicting data. |
|
10 </p> |
|
11 <code>2</code> |
|
12 <p>A to-do list contains bad or conflicting |
|
13 data. |
|
14 </p> |
|
15 <code>3</code> |
|
16 <p>The to-do defaults contain bad or conflicting |
|
17 data. |
|
18 </p> |
|
19 <code>4</code> |
|
20 <p>An agenda entry does not contain any rich |
|
21 text. |
|
22 </p> |
|
23 <code>5</code> |
|
24 <p>An agenda date/time has a NULL value. |
|
25 </p> |
|
26 <code>6</code> |
|
27 <p>Attempted to cast a <code>CAgnEntry</code> to a |
|
28 <code>CAgnAppt</code> when the entry's type is not |
|
29 <code>EAppt</code>. |
|
30 </p> |
|
31 <code>7</code> |
|
32 <p>Attempted to cast a <code>CAgnEntry</code> to a |
|
33 <code>CAgnEvent</code> when the entry's type is not <code>EEvent</code> or |
|
34 <code>EAnniv</code>. |
|
35 </p> |
|
36 <code>8</code> |
|
37 <p>Attempted to cast a <code>CAgnEntry</code> to a |
|
38 <code>CAgnAnniv</code> when the entry's type is not |
|
39 <code>EAnniv</code>. |
|
40 </p> |
|
41 <code>9</code> |
|
42 <p>Attempted to cast a <code>CAgnEntry</code> to a |
|
43 <code>CAgnTodo</code> when the entry's type is not |
|
44 <code>ETodo</code>. |
|
45 </p> |
|
46 <code>10</code> |
|
47 <p>Attempted to set a date outside of the valid agenda model date |
|
48 range. |
|
49 </p> |
|
50 <code>11</code> |
|
51 <p>Attempted to access an array element outside the array |
|
52 bounds. |
|
53 </p> |
|
54 <code>12</code> |
|
55 <p>Null pointer specified. |
|
56 </p> |
|
57 <code>13</code> |
|
58 <p>Attempted to delete an agenda item that wasn't found. |
|
59 </p> |
|
60 <code>14</code> |
|
61 <p>The iterator has been assigned a null index. |
|
62 </p> |
|
63 <code>15</code> |
|
64 <p>The iterator is out of range. |
|
65 </p> |
|
66 <code>16</code> |
|
67 <p>The entry has a null time. |
|
68 </p> |
|
69 <code>17</code> |
|
70 <p>A parameter with a null date value was specified. |
|
71 </p> |
|
72 <code>18</code> |
|
73 <p>All instances of a repeating entry are exceptions. |
|
74 </p> |
|
75 <code>19</code> |
|
76 <p>Tried to fetch an instance that couldn't be generated from the repeat details. |
|
77 </p> |
|
78 <code>20</code> |
|
79 <p>An error has occurred in the entry cluster management. i.e. when |
|
80 storing the buffer there are more entries in it than the allowable |
|
81 maximum. |
|
82 </p> |
|
83 <code>21</code> |
|
84 <p>Performed an operation on an entry that has been marked as deleted. |
|
85 </p> |
|
86 <code>22</code> |
|
87 <p>Sort entry not found in index. |
|
88 </p> |
|
89 <code>23</code> |
|
90 <p>Requested an index that doesn't exist. |
|
91 </p> |
|
92 <code>24</code> |
|
93 <p>The stream from which an entry originates is different from the |
|
94 stream to which it is being updated/deleted. |
|
95 </p> |
|
96 <code>25</code> |
|
97 <p>Called<code>CAgnAlarm::RequestServerTerminationNotification()</code> more than |
|
98 once. |
|
99 </p> |
|
100 <code>26</code> |
|
101 <p>Called<code>CAgnAlarm::RequestServerTerminationNotification()</code> with a callback set. |
|
102 </p> |
|
103 <code>27</code> |
|
104 <p>Agenda model filter priority is invalid. |
|
105 </p> |
|
106 <code>28</code> |
|
107 <p>Agenda model filter maximum priority has not been set. |
|
108 </p> |
|
109 <code>29</code> |
|
110 <p>Crossed out entries are not included in tidy filter. |
|
111 </p> |
|
112 <code>30</code> |
|
113 <p>Called an unsupported function. |
|
114 </p> |
|
115 |