diff -r 7a31f7298d8f -r 0c91f0baec58 crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Agenda_model.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/crashanalysercmd/Libraries/Engine/ErrorLibrary/Resources/Agenda_model.xml Wed Apr 21 09:51:02 2010 +0300 @@ -0,0 +1,131 @@ + + + Agenda model + <p>Agenda model utility panics: </p> + + + 0 + <p>The agenda model is in a state inconsistent with an action being requested of it. </p> + + + 1 + <p>An entry contains bad or conflicting data. </p> + + + 2 + <p>A to-do list contains bad or conflicting data. </p> + + + 3 + <p>The to-do defaults contain bad or conflicting data. </p> + + + 4 + <p>An agenda entry does not contain any rich text. </p> + + + 5 + <p>An agenda date/time has a NULL value. </p> + + + 6 + <p>Attempted to cast a <code>CAgnEntry</code> to a <code>CAgnAppt</code> when the entry's type is not <code>EAppt</code>. </p> + + + 7 + <p>Attempted to cast a <code>CAgnEntry</code> to a <code>CAgnEvent</code> when the entry's type is not <code>EEvent</code> or <code>EAnniv</code>. </p> + + + 8 + <p>Attempted to cast a <code>CAgnEntry</code> to a <code>CAgnAnniv</code> when the entry's type is not <code>EAnniv</code>. </p> + + + 9 + <p>Attempted to cast a <code>CAgnEntry</code> to a <code>CAgnTodo</code> when the entry's type is not <code>ETodo</code>. </p> + + + 10 + <p>Attempted to set a date outside of the valid agenda model date range. </p> + + + 11 + <p>Attempted to access an array element outside the array bounds. </p> + + + 12 + <p>Null pointer specified. </p> + + + 13 + <p>Attempted to delete an agenda item that wasn't found. </p> + + + 14 + <p>The iterator has been assigned a null index. </p> + + + 15 + <p>The iterator is out of range. </p> + + + 16 + <p>The entry has a null time. </p> + + + 17 + <p>A parameter with a null date value was specified. </p> + + + 18 + <p>All instances of a repeating entry are exceptions. </p> + + + 19 + <p>Tried to fetch an instance that couldn't be generated from the repeat details. </p> + + + 20 + <p>An error has occurred in the entry cluster management. i.e. when storing the buffer there are more entries in it than the allowable maximum. </p> + + + 21 + <p>Performed an operation on an entry that has been marked as deleted. </p> + + + 22 + <p>Sort entry not found in index. </p> + + + 23 + <p>Requested an index that doesn't exist. </p> + + + 24 + <p>The stream from which an entry originates is different from the stream to which it is being updated/deleted. </p> + + + 25 + <p>Called<code>CAgnAlarm::RequestServerTerminationNotification()</code> more than once. </p> + + + 26 + <p>Called<code>CAgnAlarm::RequestServerTerminationNotification()</code> with a callback set. </p> + + + 27 + <p>Agenda model filter priority is invalid. </p> + + + 28 + <p>Agenda model filter maximum priority has not been set. </p> + + + 29 + <p>Crossed out entries are not included in tidy filter. </p> + + + 30 + <p>Called an unsupported function. </p> + + + \ No newline at end of file