Update contrib.
2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * e32\include\e32panic.h
21 #ifndef __E32PANIC_H__
22 #define __E32PANIC_H__
32 Defines a set of panic numbers associated with the USER panic category.
34 Some of these numbers are also associated with panics raised on
35 the kernel side, and may be associated with
36 a number of category names, including KERN-COMMON, KERN-HEAP etc.
42 A thread has called User::Invariant().
44 Typically, User::Invariant() is called when a test for a class
45 invariant fails, i.e. when a test which checks that the internal data
46 of an object is self-consistent, fails.
48 Check the design and implementation of your class.
58 ETDateTimeUnderflow=1,
69 A TDateTime object has been constructed with an invalid date or time field.
73 ETDateTimeBadDateTime=3,
79 ETDateTimeAddDaysRange=4,
85 ETDateTimeAddMonthsRange=5,
91 ETDateTimeDaySecNegative=6,
95 A panic raised by the Ptr() member function of a 16-bit descriptor
96 if the descriptor is invalid.
100 ETDes16BadDescriptorType=7,
104 The length value passed to a 16-bit variant descriptor member
107 This panic may be raised by some descriptor constructors and, specifically,
108 by the Replace() and Set() descriptor member functions.
112 ETDes16LengthOutOfRange=8,
116 The index value passed to the 16-bit variant descriptor Operator[] is
119 ETDes16IndexOutOfRange=9,
123 The position value passed to a 16-bit variant descriptor member function
126 The panic can be raised by the Left(), Right(), Mid(), Insert(), Delete()
127 and Replace() member functions of TDes16.
131 ETDes16PosOutOfRange=10,
135 An operation to move or copy data to a 16-bit variant descriptor,
136 will cause the length of that descriptor to exceed its maximum length.
138 This may be caused by any of the copying, appending or formatting member
139 functions but, specifically, by the Insert(), Replace(), Fill(), Fillz(),
140 and ZeroTerminate() descriptor member functions. It can also be caused by
141 the SetLength() function.
149 The format string passed to the 16-bit variant descriptor member functions
150 Format() and AppendFormat() has incorrect syntax.
154 ETDes16BadFormatDescriptor=12,
158 An invalid variable list has been passed to the AppendFormatList() member
159 function of the 16-bit variant descriptor TDes16, when the format is %S or %s.
161 This panic is raised in debug builds only.
165 ETDes16BadFormatParams=13,
169 This panic is raised when expanding or contracting an HBufC16 buffer using
170 the ReAlloc() or ReAllocL() descriptor member functions and the new
171 specified length is too small to contain the data.
175 ETDes16ReAllocTooSmall=14,
181 ETDes16RemoteBadDescriptorType=15,
185 In a call to the Replace() member function of the 16-bit variant
186 descriptor TDes16,the length of the source descriptor is negative
187 or exceeds the maximum length of the target descriptor.
191 ETDes16RemoteLengthOutOfRange=16,
195 A 16-bit variant descriptor is being constructed with a negative
198 This panic may also be raised if the Set(), Repeat() and the Find() member
199 functions are passed negative length values.
201 ETDes16LengthNegative=17,
205 A 16-bit variant descriptor is being constructed with a negative maximum
208 ETDes16MaxLengthNegative=18,
212 A panic raised by the Ptr() member function of an 8-bit descriptor
213 if the descriptor is invalid.
217 ETDes8BadDescriptorType=19,
221 The length value passed to an 8-bit variant descriptor member
224 This panic may be raised by some descriptor constructors and, specifically,
225 by the Replace() and Set() descriptor member functions.
229 ETDes8LengthOutOfRange=20,
233 The index value passed to the 8-bit variant descriptor Operator[] is
236 ETDes8IndexOutOfRange=21,
240 The position value passed to an 8-bit variant descriptor member function
243 The panic can be raised by the Left(), Right(), Mid(), Insert(), Delete()
244 and Replace() member functions of TDes8
248 ETDes8PosOutOfRange=22,
252 An operation to move or copy data to an 8-bit variant descriptor,
253 will cause the length of that descriptor to exceed its maximum length.
255 This may be caused by any of the copying, appending or formatting member
256 functions but, specifically, by the Insert(), Replace(), Fill(), Fillz(),
257 and ZeroTerminate() descriptor member functions. It can also be caused by
258 the SetLength() function.
266 The format string passed to the 8-bit variant descriptor member functions
267 Format() and AppendFormat() has incorrect syntax.
271 ETDes8BadFormatDescriptor=24,
275 An invalid variable list has been passed to the AppendFormatList() member
276 function of the 8-bit variant descriptor TDes8, when the format is %S or %s.
278 This panic is raised in debug builds only.
282 ETDes8BadFormatParams=25,
286 This panic is raised when expanding or contracting an HBufC8 buffer using
287 the ReAlloc() or ReAllocL() descriptor member functions and the new
288 specified length is too small to contain the data.
292 ETDes8ReAllocTooSmall=26,
298 ETDes8RemoteBadDescriptorType=27,
303 In a call to the Replace() member function of the 8-bit variant
304 descriptor TDes8,the length of the source descriptor is negative
305 or exceeds the maximum length of the target descriptor.
309 ETDes8RemoteLengthOutOfRange=28,
313 An 8-bit variant descriptor is being constructed with a negative
316 This panic may also be raised if the Set(), Repeat() and the Find() member
317 functions are passed negative length values.
319 ETDes8LengthNegative=29,
323 An 8-bit variant descriptor is being constructed with a negative maximum
326 ETDes8MaxLengthNegative=30,
332 ETEntLeaveWithoutEnter=31,
336 It is raised by TRawEvent::Pos() when
337 the event is not a mouse/pen type event.
339 This panic is raised in debug builds only.
341 ETEventNotMoveType=32,
345 It is raised by TRawEvent::ScanCode() when
346 the event is not a key down or key up event.
348 This panic is raised in debug builds only.
350 ETEventNotKeyType=33,
354 It is raised by TRawEvent::Modifiers() when
355 the event is not a modifier update event.
357 This panic is raised in debug builds only.
359 ETEventNotUpdateModifiersType=34,
363 This panic is raised by the default At() virtual member function of TKey.
365 The function is intended to be overridden by a derived class.
369 ETFuncTKeyVirtualAt=35,
373 This panic is raised by the default Swap() virtual member function of TSwap.
375 The function is intended to be overridden by a derived class.
379 ETFuncTSwapVirtualSwap=36,
383 The index value passed to the operator[] of a TUidType is negative
384 or is greater than or equal to KMaxCheckedUid.
389 ETFuncUidTypeBadIndex=37,
393 The length of the descriptor passed to the Set(TDesC8&) member function of TCheckedUid
394 is not equal to the size of a TCheckedUid object.
398 ETFuncCheckedUidBadSet=38,
402 The size specified of a new heap is smaller than the permitted minimum;
403 it must be at least the size of a RHeap object.
405 On the user side this is associated with the USER category; on the kernel side
406 this is associated with the KERN-HEAP category.
414 ETHeapCreateSizeTooSmall=40,
418 In a call to UserHeap::ChunkHeap(), the value defining the minimum length
419 of the heap is greater than the value defining the maximum length to
420 which the heap can grow.
424 ETHeapCreateMaxLessThanMin=41,
428 In a call to the RHeap member functions, AllocLen(), Free(), FreeZ(),
429 ReAlloc(), ReAllocL(), Adjust() and AdjustL(), a pointer passed to these
430 functions does not point to a valid cell.
432 On the user side this is associated with the USER category; on the kernel side
433 this is associated with the KERN-HEAP category.
435 ETHeapBadCellAddress=42,
439 In a call to the Adjust() and AdjustL() member functions of RHeap, a heap
440 cell is being shrunk and the amount by which the cell is being shrunk
441 is less than the current length of the cell.
443 ETHeapAdjustTooSmall=43,
447 In a call to the Free() and FreeZ() member functions of RHeap,the cell
448 being freed overlaps the next cell on the free list (i.e. the first cell
449 on the free list with an address higher than the one being freed).
451 ETHeapFreeBadNextCell=44,
455 In a call to the Free() and FreeZ() member functions of RHeap, the cell
456 being freed overlaps the previous cell on the free list (i.e. the last cell
457 on the free list with an address lower than the one being freed).
459 ETHeapFreeBadPrevCell=45,
463 In a call to the ReAlloc() and ReAllocL() member functions of RHeap, the
464 cell being reallocated overlaps the next cell on the free list (i.e. the
465 first cell on the free list with an address higher than the one being
468 ETHeapReAllocBadNextCell=46,
472 In a call to the Alloc(), AllocL() or AllocLC() member functions of RHeap,
473 an attempt has been made to allocate a cell from a heap, using an unsigned
474 size value which is greater than or equal to the value of KMaxTInt/2.
476 This panic may also be raised by the heap walker when it finds a bad
477 allocated heap cell size.
480 @see RAllocator::Check()
483 ETHeapBadAllocatedCellSize=47,
487 This panic is raised by the heap walker when it finds a bad
488 allocated heap cell address.
490 ETHeapBadAllocatedCellAddress=48,
494 This panic is raised by the heap walker when it finds a bad
495 free heap cell address.
497 ETHeapBadFreeCellAddress=49,
503 ETHeapDebugBufferOverflow=50,
507 A call has been made to the __DbgMarkEnd() member function of RHeap, when
508 there has been no corresponding call to the __DbgMarkStart() member function.
510 This panic is also raised when there are more calls to __DbgMarkEnd() than
511 to __DbgMarkStart(). These functions are part of the debug assistance provided by
514 This panic is raised in debug builds only.
516 ETHeapDebugUnmatchedCallToCheckHeap=51,
520 In a call to the Adjust() and AdjustL() member functions of an RHeap,
521 the offset from the start of the cell being stretched or shrunk is
524 ETHeapAdjustOffsetNegative=52,
530 ETHeapAllocSizeNegative=53,
534 In a call to the ReAlloc() and ReAllocL() member functions of an RHeap,
535 the new size for the cell being reallocated is a negative value.
537 ETHeapReAllocSizeNegative=54,
541 This panic is caused by the UserHeap::ChunkHeap() static function when
542 the value defining the minimum length of the heap is negative.
544 ETHeapMinLengthNegative=55,
548 This panic is caused by the UserHeap::ChunkHeap() static function when
549 the value defining the maximum length to which the heap can grow,
552 ETHeapMaxLengthNegative=56,
556 This panic is raised when closing a shared heap using the Close() member
557 function of RHeap and the access count is zero or negative.
559 A zero or negative access count suggests that an attempt is being made
560 to close the heap too many times.
562 EAllocatorClosedTooManyTimes=57,
566 This panic is raised when opening a heap for shared access using the Open()
567 member function of RHeap and the heap type is not EChunkNormal.
569 ETHeapOnlyChunkHeaps=58,
573 This panic is raised by the UnGet() member function of the 8-bit variant
574 lexical analyzer, TLex8, if the character position is already at
575 the start of the string.
579 ETLex8UnGetUnderflow=59,
583 This panic is raised by the Inc() member function of the 8-bit variant
584 lexical analyzer, TLex8, if the resulting character position lies before
585 the start of the string or after the end of the string.
589 ETLex8IncOutOfRange=60,
593 This panic is raised by the SkipAndMark() member function of the 8-bit
594 variant lexical analyzer, TLex8, if the resulting character position lies
595 before the start of the string, or after the end of the string.
599 ETLex8SkipOutOfRange=61,
605 ETLex8BadFormatList=62,
609 This panic is raised by the ValidateMark() member function of the 8-bit
610 variant lexical analyzer, TLex8, if the position of the extraction mark
611 lies before the start of the string or after the end of the string.
615 ETLex8MarkOutOfRange=63,
619 This panic is raised by the UnGet() member function of the 16-bit variant
620 lexical analyzer, TLex16, if the character position is already at the start
625 ETLex16UnGetUnderflow=64,
629 This panic is raised by the Inc() member function of the 16-bit variant
630 lexical analyzer, TLex16, if the resulting character position lies before
631 the start of the string or after the end of the string.
635 ETLex16IncOutOfRange=65,
639 This panic is raised by the SkipAndMark() member function of the 16-bit
640 variant lexical analyzer, TLex16, if the resulting character position lies
641 before the start of the string or after the end of the string.
645 ETLex16SkipOutOfRange=66,
651 ETLex16BadFormatList=67,
655 This panic is raised by the ValidateMark() member function of the 16-bit
656 variant lexical analyzer, TLex16, if the position of the extraction mark
657 lies before the start of the string or after the end of the string.
661 ETLex16MarkOutOfRange=68,
665 This panic is raised by the TDateSuffix constructor or its Set() member
666 function when the suffix index specified is negative or is greater than or
667 equal to the value KMaxSuffixes.
669 The index is used to access a locale dependent table of suffix characters,
670 which can be appended to the dates of the month (e.g. the characters "st"
671 for 1st, "nd" for 2nd, "st" for 31st).
676 ETLoclSuffixOutOfRange=69,
680 This panic is raised when attempting to complete a client/server request
681 and the RMessagePtr is null.
689 EMesBadRetryCount=71,
693 This panic is raised by the Send() and SendReceive() member functions
694 of RSessionBase, the client interface for communication with a server,
695 when the specified operation code identifying the required service is
696 either negative or a value greater than KMaxTint.
701 ETMesBadFunctionNumber=72,
705 This panic is raised by the Receive() member function of RServer,
706 the handle to the server, when the attempt to receive a message
707 for the server, synchronously, fails.
711 ETMesReceiveFailed=73,
717 ESQueOffsetNegative=74,
721 This panic is raised by the constructor of a singly linked list header,
722 a TSglQue or by the SetOffset() member function when the specified offset
723 is not 4 byte aligned, i.e. when it is not divisible by 4.
727 ESQueOffsetNotAligned=75,
731 This panic is raised when attempting to remove an object from a singly
732 linked list, using the Remove() member function of TSglQue, when
733 that object is not in the list.
737 ESQueLinkNotQueued=76,
743 ETQueOffsetNegative=77,
747 This panic is raised by the constructor of a doubly linked list header,
748 a TDblQue or by the SetOffset() member function, when the specified
749 offset is not 4 byte aligned, i.e. when it is not divisible by 4.
753 ETQueOffsetNotAligned=78,
757 This panic is raised by a call to either the First() or the Last() member
758 functions of a doubly linked list, a TDblQue, which return pointers
759 to the first and last element in the list respectively; the panic
760 occurs when the list is empty.
762 This panic is raised in debug builds only.
770 This panic is raised by the post increment operator, operator++, the post
771 decrement operator, operator- and the return current element
772 operator, operator T*, of the doubly linked list iterator, a TDblQueIter;
773 the panic occurs when the element returned by these operators is not in
776 Typically, this is caused by the removal of the element from the list prior
777 to calling these operators.
779 This panic is raised in debug builds only.
783 ETQueLinkHasBeenRemoved=80,
787 This panic is raised by the get rectangle operator, operator[], of
788 a clipping region, derived from the abstract base class TRegion.
790 The panic occurs when the index, which refers to the specific rectangle
791 within the region, is greater than or equal to the number of rectangles
792 contained within the region (as returned by the Count() member function).
794 The index must be strictly less than the number of contained rectangles.
798 ETRegionOutOfRange=81,
802 This panic is raised when sorting the rectangles within a clipping region,
803 derived from the abstract base class TRegion, using the Sort() member
806 The panic occurs when the region is invalid.
808 This panic is raised in debug builds only.
812 ETRegionInvalidRegionInSort=82,
816 This panic occurs when the Kernel sends a message to the Kernel server
817 and this completes with an error, i.e. an error code which is not KErrNone.
819 ETUtlKernelServerSend=83,
823 This panic is raised by the Panic() member function of RTest, the test class.
829 This panic is raised by the CheckConsoleCreated() member functions of
830 RTest and RTestJ, the test classes, when the creation of a console,
831 as derived from a CConsoleBase, fails.
833 ERTestCreateConsole=85,
837 This panic is raised by the static function User::After() when
838 the specified time interval is negative.
840 EExecAfterTimeNegative=86,
844 This panic is raised when the time interval passed to the After() member
845 function of RTimer is negative.
849 ERTimerAfterTimeNegative=87,
853 This panic is raised by Mem::Compare(), Mem::CompareC() and Mem::CompareF()
854 when the length of the area of memory designated as the left hand area,
857 This panic is raised in debug builds only.
859 On the user side this is associated with the USER category; on the kernel side
860 this is associated with the KERN-COMMON category.
868 This panic is raised by Mem::Compare(), Mem::CompareC() and Mem::CompareF()
869 when the length of the area of memory designated as the right hand area,
872 This panic is raised in debug builds only.
874 On the user side this is associated with the USER category; on the kernel side
875 this is associated with the KERN-COMMON category.
879 EMemRightNegative=89,
883 This panic is raised by Mem::Copy() when the length of the area of memory
884 to be copied is negative.
886 This panic is raised in debug builds only.
888 On the user side this is associated with the USER category; on the kernel side
889 this is associated with the KERN-COMMON category.
893 EMemCopyLengthNegative=90,
897 This panic is raised by Mem::Move() when the length of the area of memory
898 to be moved is not a multiple of 4.
900 This panic is raised in debug builds only.
902 On the user side this is associated with the USER category; on the kernel side
903 this is associated with the KERN-COMMON category.
907 EWordMoveLengthNotMultipleOf4=91,
911 This panic is raised by Mem::Move() when the address of the source for
912 the move operation is not aligned on a 4 byte boundary.
914 This panic is raised in debug builds only.
916 On the user side this is associated with the USER category; on the kernel side
917 this is associated with the KERN-COMMON category.
921 EWordMoveSourceNotAligned=92,
925 This panic is raised by Mem::Move() when the address of the target for
926 the move operation is not aligned on a 4 byte boundary.
928 This panic is raised in debug builds only.
930 On the user side this is associated with the USER category; on the kernel side
931 this is associated with the KERN-COMMON category.
935 EWordMoveTargetNotAligned=93,
939 This panic is raised by Mem::Swap() when the length of the area of
940 memory to be swapped is negative.
942 This panic is raised in debug builds only.
944 On the user side this is associated with the USER category; on the kernel side
945 this is associated with the KERN-COMMON category.
949 EMemSwapLengthNegative=94,
953 This panic is raised by Mem::Fill() and Mem::FillZ() when the length of
954 the area of memory to be filled is negative.
956 This panic is raised in debug builds only.
958 On the user side this is associated with the USER category; on the kernel side
959 this is associated with the KERN-COMMON category.
963 EMemFillLengthNegative=95,
967 The value for the number of records to be sorted passed
968 to User::QuickSort() is negative.
972 ESortCountNegative=96,
976 The value for the number of records taking part in the search passed
977 to User::BinarySearch() is negative.
981 EBinarySearchCountNegative=97,
985 This panic is raised by the constructor of the base key class, TKey.
987 It occurs when the offset value passed to the constructor is negative.
988 As TKey is an abstract class, i.e. objects of type TKey are not intended
989 to be explicitly constructed, look at the offset value passed to
990 the constructors of derived classes such as TKeyArrayFix, TKeyArrayVar,
991 and TKeyArrayPak for the cause of the panic.
998 EKeyOffsetNegative=98,
1002 This panic is raised when a local or global chunk is created using
1003 the RChunk member functions: CreateLocal(), CreateGlobal(),
1004 CreateDoubleEndedLocal() and CreateDoubleEndedGlobal().
1006 It occurs when the value for the maximum size to which this chunk can
1007 be adjusted, is negative.
1011 EChkCreateMaxSizeNegative=99,
1015 This panic is raised when a local or global chunk is created using
1016 the RChunk member functions: CreateLocal() and CreateGlobal().
1018 It occurs when the value for the number of bytes to be committed to
1019 this chunk on creation, is negative.
1023 EChkCreateSizeNotPositive=100,
1027 This panic is raised when a local or global chunk is created using
1028 the RChunk member functions: CreateLocal() and CreateGlobal().
1030 It occurs when the value for the number of bytes to be committed to
1031 this chunk on creation is greater than the value for the maximum size
1032 to which this chunk can be adjusted.
1036 EChkCreateMaxLessThanMin=101,
1040 This panic is raised when changing the number of bytes committed to a chunk
1041 by calling the Adjust() member function of RChunk.
1043 The panic occurs when the value passed to the function is negative.
1047 EChkAdjustNewSizeNegative=102,
1053 ESesDelayTimeNegative=103,
1059 ESesRetryCountNegative=104,
1063 This panic is raised when a local or global semaphore is created using
1064 the RSemaphore member functions: CreateLocal() and CreateGlobal(), and
1065 the value for the initial semaphore count is negative.
1069 ESemCreateCountNegative=105,
1073 This panic is raised when a semaphore is signaled using
1074 the Signal(TInt aCount) member function and the count value is negative.
1078 ESemSignalCountNegative=106,
1082 This panic is raised when a critical section is signalled using
1083 the Signal() member function and the call to Signal() is not matched
1084 by an earlier call to Wait(), which suggests that this is a stray signal.
1086 @see RCriticalSection
1088 ECriticalSectionStraySignal=107,
1094 EThrdHeapNotChunkType=108,
1098 This panic is raised when creating a thread using the Create() member
1099 functions of RThread.
1101 The panic occurs when the value of the stack size passed to
1102 these functions is negative.
1106 EThrdStackSizeNegative=109,
1110 This panic is raised when creating a thread using the Create() member
1111 functions of RThread.
1113 The panic is only raised by those variants of Create() that create a new
1114 heap for the new thread. The panic occurs if the minimum heap size
1115 specified is less than KMinHeapSize.
1120 EThrdHeapMinTooSmall=110,
1124 This panic is raised when creating a thread using the Create() member
1125 functions of RThread.
1127 The panic is only raised by those variants of Create() which create a new
1128 heap for the new thread. The panic occurs if the minimum heap size
1129 specified is greater than the maximum size to which the heap can grow.
1133 EThrdHeapMaxLessThanMin=111,
1137 This panic is raised by the Alloc() and AllocL() member functions of class
1138 RRef when the size value passed is negative.
1140 ERefAllocSizeNegative=112,
1144 This panic is raised by:
1146 1. the constructor of a time representation object, a TTime, which takes
1147 a text string, when the format of that text string is incorrect
1148 or represents an invalid date/time.
1150 2. the Parse() member function of a time representation object, a TTime,
1151 if the century offset value is either negative or is greater than
1154 3. the Time::DaysInMonth() function, if an invalid month value is passed.
1159 ETTimeValueOutOfRange=113,
1163 This panic is raised by member functions of TBusLocalDrive when no
1164 connection has been made to a local drive.
1166 This panic is raised in debug builds only.
1170 EDriveNotConnected=114,
1174 This panic is raised when attempting to connect to a local drive
1175 using the Connect() member function of TBusLocalDrive, and
1176 the specified drive number is out of range, i.e. the drive number
1177 is negative or is greater than or equal to KMaxLocalDrives.
1180 @see KMaxLocalDrives
1182 EDriveOutOfRange=115,
1186 This panic is raised by the Lookup() member function of RLibrary when
1187 the ordinal number of the required DLL function, is zero or negative.
1191 EBadLookupOrdinal=116,
1197 EChunkHeapBadOffset=117,
1203 ETQueLinkAlreadyInUse=118,
1207 This panic is raised when setting a new currency symbol using
1208 the User::SetCurrencySymbol() function.
1210 The panic occurs when the length of the descriptor containing
1211 the new symbol is greater than KMaxCurrencySymbol.
1214 @see KMaxCurrencySymbol
1216 ECurrencySymbolOverflow=119,
1220 This panic is raised by the CreateDoubleEndedLocal()
1221 and CreateDoubleEndedGlobal() member functions of RChunk when the lower
1222 address of the committed region is negative.
1226 EChkCreateBottomNegative=120,
1230 This panic is raised by the CreateDoubleEndedLocal()
1231 and CreateDoubleEndedGlobal() member functions of RChunk when the upper
1232 address of the committed region is negative.
1236 EChkCreateTopNegative=121,
1240 This panic is raised by the CreateDoubleEndedLocal()
1241 and CreateDoubleEndedGlobal() member functions of RChunk when the upper
1242 address of the committed region is lower than the lower address of
1243 the committed region.
1247 EChkCreateTopLessThanBottom=122,
1251 This panic is raised by the CreateDoubleEndedLocal()
1252 and CreateDoubleEndedGlobal() member functions of RChunk when the upper
1253 address of the committed region is lower than the maximum size to which
1254 this chunk can be adjusted.
1258 EChkCreateTopBiggerThanMax=123,
1262 This panic is raised by RChunk::AdjustDoubleEnded() when the lower address
1263 of the committed region is negative.
1267 EChkAdjustBottomNegative=124,
1271 This panic is raised by RChunk::AdjustDoubleEnded() when the upper address
1272 of the committed region is negative.
1276 EChkAdjustTopNegative=125,
1280 This panic is raised by RChunk::AdjustDoubleEnded() when the upper address
1281 of the committed region is lower than the lower address of the committed
1286 EChkAdjustTopLessThanBottom=126,
1290 This panic is raised when constructing an array of pointers,
1291 an RPointerArray, and specifying a granularity value which is
1292 one of the following:
1298 3. greater than 0x10000000.
1302 EBadArrayGranularity=127,
1306 This panic is raised when constructing an array of fixed length objects,
1307 an RArray, and specifying a key offset value which is one of the following:
1311 2. not a multiple of 4
1313 3. greater than or equal to the size of the array elements.
1317 EBadArrayKeyOffset=128,
1321 This panic is raised when constructing an array of fixed length objects,
1322 an RArray, and the length of the array elements is one of the following:
1328 3. greater than 640.
1332 EBadArrayEntrySize=129,
1336 This panic is raised when an index value passed to a member function
1337 of RArray or RPointerArray identifying an array element, is out of bounds.
1346 This panic is raised when the value identifying the insertion position
1347 in a call to RArray::Insert() or RPointerArray::Insert(), is either
1348 negative or greater than the number of elements in the array.
1353 EBadArrayPosition=131,
1357 This panic is raised when an index value passed to
1358 Mem::CollationMethodByIndex() or Mem::CollationMethodId() is out of bounds.
1362 EBadCollationRulesIndex=132,
1366 This panic is raised when an index value passed to TFixedArray::At()
1367 or TFixedArray::operator[] is out of bounds.
1371 EBadFixedArrayIndex=133,
1377 ERawEventFlipTypeNotImplemented=134,
1383 ENumberOfParametersExceedsMaximum=136,
1387 This panic is raised internally by the descriptor formatting functions during the handling
1388 of the variable parameter lists when the parameter is too big.
1390 ESizeOfParameterTooBig=137,
1394 This panic is raised internally by the descriptor formatting functions
1395 during the handling of the variable parameter lists when an index value
1396 for the parameters is outside its permitted range.
1398 EParameterIndexOutOfRange1=138,
1402 This panic is raised internally by the descriptor formatting functions
1403 during the handling of the variable parameter lists when an index value
1404 for the parameters is outside its permitted range.
1406 This panic is raised in debug mode only.
1408 EParameterIndexOutOfRange2=139,
1412 This panic is raised internally by the descriptor formatting functions
1413 during the handling of the variable parameter lists.
1415 EFormatDirectiveAlreadySet1=140,
1419 This panic is raised internally by the descriptor formatting functions
1420 during the handling of the variable parameter lists.
1422 EFormatDirectiveAlreadySet2=141,
1426 This panic is raised internally by the descriptor formatting functions
1427 during the handling of the variable parameter lists.
1429 ENumberOfFormatDirectivesExceedsMaximum=142,
1433 This panic is raised internally by the descriptor formatting functions
1434 during the handling of the variable parameter lists.
1436 ENoParametersInFormatDirective=143,
1440 This panic is raised internally by the descriptor formatting functions
1441 during the handling of the variable parameter lists.
1443 EFormatDirectiveNotYetSet=144,
1447 This panic is raised internally by the descriptor formatting functions
1448 during the handling of the variable parameter lists.
1450 EBadFormatDirectiveDataPointer=145,
1454 This panic is raised internally by the descriptor formatting functions
1455 during the handling of the variable parameter lists.
1457 EFormatDirectiveIndexOutOfRange=146,
1461 This panic is raised internally by the descriptor formatting functions
1462 during the handling of the variable parameter lists.
1464 ENotOnFirstPassOfFormatDescriptor1=147,
1468 This panic is raised internally by the descriptor formatting functions
1469 during the handling of the variable parameter lists.
1471 ENotOnFirstPassOfFormatDescriptor2=148,
1475 This panic is raised internally by the descriptor formatting functions
1476 during the handling of the variable parameter lists.
1478 EInconsistentSizeOfParameter=149,
1482 This panic is raised internally by the descriptor formatting functions
1483 during the handling of the variable parameter lists.
1485 ENullTargetPointer=150,
1489 This panic is raised internally by the descriptor formatting functions
1490 during the handling of the variable parameter lists.
1492 ENegativeSizeOfParameter=151,
1496 This panic is raised internally by the descriptor formatting functions
1497 during the handling of the variable parameter lists.
1499 EErrorOnSecondPassOfFormatDescriptor=152,
1503 This panic is raised internally by the descriptor formatting functions
1504 during the handling of the variable parameter lists.
1506 EUnexpectedError1=153,
1510 This panic is raised internally by the descriptor formatting functions
1511 during the handling of the variable parameter lists.
1513 EUnexpectedError2=154,
1519 ECreateTransferBufferSizeNotPositive=155,
1523 This panic occurs in the construction of an RPointerArray object from
1524 an existing pointer array object, when the number defining the number
1525 of entries in the existing array is not positive.
1533 This panic is raised by RChunk::Commit() when the value of the offset of
1534 the committed region is negative.
1538 EChkCommitOffsetNegative=157,
1542 This panic is raised by RChunk::Commit() when the size of the
1543 the committed region is negative.
1547 EChkCommitSizeNegative=158,
1551 This panic is raised by RChunk::Allocate() when the size of the
1552 the committed region is negative.
1556 EChkAllocateSizeNegative=159,
1560 This panic is raised by RChunk::Decommit() when the value of the offset of
1561 the committed region is negative.
1565 EChkDecommitOffsetNegative=160,
1569 This panic is raised by RChunk::Decommit() when the size of the
1570 the committed region is negative.
1574 EChkDecommitSizeNegative=161,
1578 This panic is raised when an invalid chunk type has been passed to
1579 the internal member RChunk::Create()
1583 EChkCreateInvalidType=162,
1587 This panic is raised when a global chunk is being created and
1588 no name has been specified.
1592 EChkCreateInvalidName=163,
1596 This panic is raised when creating a 'normal' chunk and the offset of the bottom of the new committed region
1597 from the base of the chunk's reserved region is not zero.
1601 EChkCreateInvalidBottom=164,
1605 This panic is raised by the internal function RLibrary::Init() when the function that
1606 constructs static data following a DLL load, leaves.
1608 EDllStaticConstructorLeave=165,
1612 This panic is raised internally, if a call to the static data destructors
1613 following a library handle close, leaves.
1615 EDllStaticDestructorLeave=166,
1619 This panic is raised in a call to RAllocator::Close() when the number of
1620 handles is greater than the maximum allowed, RAllocator::EMaxHandles.
1624 EAllocatorBadHandleCount=167,
1628 This panic is raised by the internal RHeap constructor when the offset value is invalid.
1630 ETHeapNewBadOffset=168,
1634 This panic is raised by the Symbian internal function RHeap::Reduce() on failure.
1636 ETHeapReduceFailed=169,
1640 This panic is raised by the Symbian internal function RHeap::Reset() on failure.
1642 ETHeapResetFailed=170,
1646 This panic is raised by the Symbian internal function RHeap::WalkCheckCell() on a
1649 ETHeapBadFreeCellSize=171,
1653 This panic is raised by the Symbian internal function RHeap::Initialise() on a
1654 bad alignment value.
1656 ETHeapNewBadAlignment=172,
1662 ETHeapBadDebugOp=173,
1666 This panic is raised when an unimplemented pure virtual function is called.
1668 EPureVirtualCalled=174,
1672 This panic is raised when a User::Leave() is called and there
1675 EUserLeaveWithoutTrap=175,
1679 This panic is raised when a mathematical function fails with an
1680 unrecognized exception, i.e. one that is none of: KErrArgument,
1681 KErrDivideByZero, KErrOverflow or KErrUnderflow.
1683 EMathUnknownError=176,
1687 This panic is raised by the Symbian internal function RHeap::WalkCheckCell() on a
1690 ETHeapWalkBadCellType=177,
1694 This panic is raised when descriptors convert integers into text, and
1695 an invalid radix is passed, i.e. a value that is not one
1696 of the TRadix enum values.
1702 This panic is raised when converting and appending numbers in descriptors,
1703 and buffers are not aligned on even addresses.
1705 This panic is raised in debug builds only.
1707 EDes16PadAppendBadAlign=179,
1713 EMsgQueueSizeInvalid=180,
1719 EHuffmanTooManyCodes=181,
1725 EHuffmanInvalidCoding=182,
1731 EBadArrayFindMode=183,
1735 In a call to RNotifier::Notify(), the length of one or more of
1736 the descriptors containing the displayable text is bigger than
1737 the maximum TUint16 value.
1739 ENotifierTextTooLong=184,
1743 In a call to one of the functions:
1745 TMonthNameAbb::Set()
1749 the month or day value is outside the permitted range of values.
1756 EBadLocaleParameter=185,
1760 This panic is raised internally by the descriptor formatting functions
1761 during the handling of the variable parameter lists.
1763 EUnexpectedError3=186,
1767 In a call to TDes8::Expand(), either the length, or the maximum length,
1768 or the pointer to the data is not an even number.
1776 In a call to TDes8::Collapse(), either the length, or the maximum length,
1777 or the pointer to the data is not an even number.
1781 EDes8CollapseOdd=188,
1785 In a call to one of the TSecurityPolicy constructors, the specified
1786 capability was found to be inavlid.
1790 ECapabilityInvalid=189,
1794 In a call to TSecurityPolicy::CheckPolicy, the security policy was found to
1797 @see TSecurityPolicy
1799 ESecurityPolicyCorrupt=190,
1803 In a call to TSecurityPolicy::TSecurityPolicy(TSecPolicyType aType), aType
1804 was not one of ETypePass or ETypeFail.
1806 @see TSecurityPolicy
1808 ETSecPolicyTypeInvalid=191,
1811 This panic is raised when constructing an RPointerArray or RArray if the
1812 specified minimum growth step is less than or equal to zero or is greater
1818 EBadArrayMinGrowBy=192,
1822 This panic is raised when constructing an RPointerArray or RArray if the
1823 specified exponential growth factor is less than or equal to 1 or is
1824 greater than or equal to 128.
1829 EBadArrayFactor=193,
1833 This panic is raised if code inside an __ASSERT_*_NO_LEAVE harness leaves.
1838 EUnexpectedLeave=194,
1842 A function was used to grow a cell on the heap, but it did not grow as expected.
1844 ETHeapCellDidntGrow=195,
1848 An attempt was made to install a Win32 SE handler not on the stack.
1852 EWin32SEHandlerNotOnStack=196,
1855 This panic is raised when the caller of an API doesn't have the right capabilities to
1856 call the specific API that raises this panic. Please consult the documentation for the
1857 API in question to learn what capabilities you need to call it.
1859 EPlatformSecurityViolation=197,
1862 This panic is raised if a NULL function pointer is passed in as the hash function
1863 when constructing a hash table class.
1865 EHashTableNoHashFunc=198,
1868 This panic is raised if a NULL function pointer is passed in as the identity
1869 relation when constructing a hash table class.
1871 EHashTableNoIdentityRelation=199,
1874 This panic is raised if a negative element size is specified when constructing
1877 EHashTableBadElementSize=200,
1880 This panic is raised if, when constructing a hash table class, the specified
1881 key offset is inconsistent with the specified element size.
1883 EHashTableBadKeyOffset=201,
1886 This panic is raised in debug builds only if a deleted entry still remains after
1887 a hash table reform. It should never occur, since it signifies an error in the
1888 hash table implementation.
1890 EHashTableDeletedEntryAfterReform=202,
1893 This panic should never occur since it signifies an error in the hash table
1896 EHashTableBadGeneration=203,
1899 This panic should never occur since it signifies an error in the hash table
1902 EHashTableBadHash=204,
1905 This panic should never occur since it signifies an error in the hash table
1908 EHashTableEntryLost=205,
1911 This panic should never occur since it signifies an error in the hash table
1914 EHashTableCountWrong=206,
1917 This panic should never occur since it signifies an error in the hash table
1920 EHashTableEmptyCountWrong=207,
1923 This panic is raised if, while attempting to step a hash table iterator to
1924 the next entry, the iterator is found to point to an invalid table entry.
1925 This will typically occur if elements have been removed from the hash table
1926 without resetting the iterator.
1928 EHashTableIterNextBadIndex=208,
1931 This panic is raised if, while interrogating the current position of a
1932 hash table iterator, the iterator is found to point to an invalid table entry.
1933 This will typically occur if elements have been added to or removed from
1934 the hash table without resetting the iterator.
1936 EHashTableIterCurrentBadIndex=209,
1939 This panic is raised if an invalid argument is passed to the Reserve() function
1940 on any of the hash table classes.
1942 EHashTableBadReserveCount=210,
1945 The Win32 SE handler chain has been corrupted.
1949 EWin32SEHChainCorrupt=211,
1953 This panic is raised if an invalid argument is passed to the Reserve() function
1954 on the RArray<T> or RPointerArray<T> classes.
1956 EArrayBadReserveCount=212,
1959 This panic is raised when attempting to set a new debug failure mode on
1960 a heap with an invalid argument. For example, if aBurst > KMaxTUint6
1961 when invoking __UHEAP_BURSTFAILNEXT when a RHeap object is used for
1964 On the user side this is associated with the USER category; on the kernel side
1965 this is associated with the KERN-HEAP category.
1967 @see RAllocator::TAllocFail
1969 ETHeapBadDebugFailParameter = 213,
1976 Defines a set of panic numbers associated with the E32USER-CBASE panic category.
1978 Panics with this category are raised in user side code by member functions of
1979 CBase derived classes that reside in euser.dll. Typically, they are caused by
1980 passing bad or contradictory values to class constructors or member functions.
1986 This panic is raised by the Set() member function of CAsyncCallBack,
1987 if this active object is already active when the function is called.
1991 ECAsyncCBIsActive=1,
1995 This panic is raised by the Call() member function of CAsyncOneShot,
1996 if the active object has not already been added to the active scheduler.
1998 This panic is raised in debug builds only.
2002 ECAsyncOneShotNotAdded=2,
2006 This panic is raised during construction of a dynamic buffer,
2007 a CBufFlat or a CBufSeg object, when the value of the granularity passed
2008 to the constructors is negative.
2013 EBufExpandSizeNegative=3,
2017 This panic is raised when reading from a dynamic buffer,
2018 a CBufFlat or a CBufSeg, using the Read() member function.
2020 It is caused by attempting to read beyond the end of the buffer.
2025 EBufReadBeyondEnd=4,
2029 This panic is raised when writing to a dynamic buffer,
2030 a CBufFlat or a CBufSeg, using the Write() member function.
2032 It is caused by attempting to write beyond the end of the buffer.
2037 EBufWriteBeyondEnd=5,
2041 This panic is raised when reading from a dynamic buffer,
2042 a CBufFlat or a CBufSeg, using the Read() member function.
2044 It is caused by specifying a negative length for the amount of data
2050 EBufReadLengthNegative=6,
2054 This panic is raised when writing to a dynamic buffer,
2055 a CBufFlat or a CBufSeg, using the Write() member function.
2057 It is caused by specifying a negative length for the amount of data
2063 EBufWriteLengthNegative=7,
2067 This panic is raised when inserting data into a dynamic buffer,
2068 a CBufFlat or a CBufSeg, using the InsertL() member function or when
2069 inserting an uninitialized region into the dynamic buffer using
2070 the ExpandL() member function.
2072 It is caused by passing a negative length value to these functions.
2077 EBufInsertLengthNegative=8,
2081 This panic is raised when inserting data into a dynamic buffer,
2082 a CBufFlat or a CBufSeg, using the InsertL() member function.
2084 It is caused when the variant of InsertL(), which takes a pointer to TAny
2085 is passed a NULL pointer value.
2094 This panic is raised when specifying the minimum amount of space
2095 that a flat dynamic buffer, a CBufFlat, should occupy using
2096 the SetReserveL() member function.
2098 It is caused when the size value passed to the function is negative.
2102 EBufFlatReserveNegative=10,
2106 This panic is raised when specifying the minimum amount of space
2107 that a flat dynamic buffer, a CBufFlat, should occupy using
2108 the SetReserveL() member function.
2110 It is caused when the size value passed to the function is less than
2111 the current size of the buffer.
2115 EBufFlatReserveSetTooSmall=11,
2119 This panic is raised by the Delete(), Ptr(), BackPtr() member functions
2120 of a flat dynamic buffer, a CBufFlat; the panic can also be raised by
2121 InsertL() and ExpandL().
2123 It is caused when the position value passed to these functions is either
2124 negative or represents a position beyond the end of the current buffer.
2128 EBufFlatPosOutOfRange=12,
2132 This panic is raised by the Delete() member function of
2133 a flat dynamic buffer, a CBufFlat.
2135 It is caused when the combination of position and length values passed
2136 to the function implies an attempt to delete data beyond the end of
2141 EBufFlatDeleteBeyondEnd=13,
2145 This panic is raised by the Delete(), Ptr(), BackPtr() member functions
2146 of a segmented dynamic buffer, a CBufSeg); the panic can also be raised
2147 by InsertL() and ExpandL().
2149 It is caused when the position value passed to these functions is either
2150 negative or represents a position beyond the end of the current buffer.
2154 EBufSegPosOutOfRange=14,
2158 This panic is raised by the Delete() member function of a segmented dynamic
2161 It is caused when the combination of position and length values passed to
2162 the function implies an attempt to delete data beyond the end of
2163 the segmented buffer.
2167 EBufSegDeleteBeyondEnd=15,
2171 This panic is raised by the InsertL(), Delete(), Ptr() and BackPtr() member
2172 functions as implemented for segmented buffers, CBufSeg, when
2173 the offset within a segment, where data is to be inserted or removed,
2174 is greater than the buffer granularity.
2176 This panic is raised in debug builds only.
2184 This panic is raised by the constructors of arrays of fixed length objects
2185 as represented, for example, by the classes CArrayFixFlat, CArrayFixSeg,
2186 and CArrayFixFlat<TAny>.
2188 It is caused when the record length is either negative or zero. The record
2189 length is either explicitly specified, as in the case of
2190 the CArrayFixFlat<TAny> class, or is implied by the length of the template
2191 class as in the case of the CArrayFixFlat class.
2196 EArrayFixInvalidLength=17,
2200 This panic is raised by the constructors of arrays of fixed length objects
2201 as represented, for example, by the classes: CArrayFixFlat and CArrayFixSeg.
2203 It is caused when the granularity passed to the constructors is
2204 either negative or zero.
2209 EArrayFixInvalidGranularity=18,
2213 This panic is raised by the constructors of arrays of variable length
2214 objects as represented, for example, by the classes: CArrayVarFlat
2217 It is caused when the granularity passed to the constructors is either
2223 EArrayVarInvalidGranularity=19,
2227 This panic is raised by the constructors of packed arrays as represented,
2228 for example, by the class CArrayPakFlat.
2230 It is caused when the granularity passed to the constructors is either
2235 EArrayPakInvalidGranularity=20,
2239 This panic is raised by any operation which accesses an element of an array
2240 by explicit reference to an index number, for example, the Delete(),
2241 InsertL() and At() member functions or the operator Operator[].
2243 It is caused by specifying an index value which is either negative,
2244 or is greater than or equal to the number of objects currently within the array.
2246 EArrayIndexOutOfRange=21,
2250 This panic is raised when deleting contiguous elements from an array of
2251 fixed length objects (derived from CArrayFixBase) using the Delete()
2254 It is caused by specifying the number of contiguous elements as
2255 a zero or negative value.
2257 EArrayCountNegative=22,
2261 This panic is raised when inserting contiguous elements into an array
2262 of fixed length objects (derived from CArrayFixBase) using the
2263 InsertL() member function.
2265 It is caused by specifying the number of contiguous elements as
2266 a zero or negative value.
2268 EArrayCountNegative2=23,
2272 This panic is raised when resizing an array of fixed length objects
2273 (derived from CArrayFixBase) using the ResizeL() member function.
2275 It is caused by specifying the number of contiguous elements as a zero
2278 EArrayCountNegative3=24,
2282 This panic is raised when deleting contiguous elements from an array of
2283 variable length objects (derived from CArrayVarBase) using the Delete()
2286 It is caused by specifying the number of contiguous elements as a zero
2289 EArrayCountNegative4=25,
2293 This panic is raised when deleting contiguous elements from
2294 a packed array (derived from CArrayPakBase) using the Delete()
2297 It is caused by specifying the number of contiguous elements as
2298 a zero or negative value.
2300 EArrayCountNegative5=26,
2304 This panic is raised when reserving space in flat arrays of
2305 fixed length objects, the CArrayFixFlat,CArrayFixFlat<TAny>
2306 and CArrayPtrFlat classes, using the SetReserveL() member function.
2308 It is caused by specifying the number of elements, for which space is to be
2309 reserved, as less than the current number of elements in the array.
2311 EArrayReserveTooSmall=27,
2315 This panic is raised when inserting or appending replicated
2316 elements to the arrays of fixed length objects CArrayFixFlat and
2317 CArrayFixSeg using the InsertL() or AppendL() functions.
2319 It is caused by specifying the number of replicas as negative or zero.
2321 EArrayReplicasNegative=28,
2325 This panic is raised when deleting elements from a fixed length, variable
2326 length or packed array (derived from CArrayFixBase, CArrayVarBase
2327 and CArrayPakBase) using the Delete() function.
2329 It is caused when the specification of the position of the first element
2330 to be deleted and the number of contiguous elements to be deleted refers
2331 to elements which are outside the bounds of the array.
2333 EArrayCountTooBig=29,
2337 This panic is raised when inserting into, appending onto, expanding or
2338 extending a variable length array or a packed array (i.e. arrays derived
2339 from CArrayVar or CArrayPak) using the InsertL(), AppendL(), ExpandL()
2340 or ExtendL() functions respectively.
2342 It is caused by specifying the length of the element as a negative value.
2344 EArrayLengthNegative=30,
2350 EArrayReaderCountVirtual=31,
2356 EArrayReaderAtVirtual=32,
2360 This panic is raised by the destructor of a CObject.
2362 It is caused when an attempt is made to delete the CObject
2363 when the reference count is not zero.
2367 EObjObjectStillReferenced=33,
2371 This panic is raised by the Close() member function of a CObject.
2373 It is caused when the reference count is negative.
2375 EObjNegativeAccessCount=34,
2379 This panic is raised by the Remove() member function of an object
2380 container, a CObjectCon.
2382 It is caused when the CObject to be removed from the container is
2383 not contained by the container.
2387 EObjRemoveObjectNotFound=35,
2391 This panic is raised by the Remove() member function of a container
2392 index, a CObjectConIx.
2394 It is caused when the object container, a CObjectCon, to be removed from
2395 the index is not contained by the index.
2397 EObjRemoveContainerNotFound=36,
2401 This panic is raised by the Remove() member function of an object index,
2404 It is caused when the handle passed to the Remove() function does not
2405 represent a CObject known to the object index.
2407 EObjRemoveBadHandle=37,
2411 This panic is raised by the At(), FindByName() and FindByFullName() member
2412 functions of an object container, a CObjectCon.
2414 It is caused when the unique ID as derived from the handle is not the same
2415 as the unique ID held by the object container.
2417 EObjFindBadHandle=38,
2421 This panic is raised by the At() member function of an object container,
2424 It is caused when the index represented by the handle is outside
2425 the permitted range. In effect, the handle is bad.
2427 EObjFindIndexOutOfRange=39,
2431 This panic is raised by the destructor of an active object, a CActive.
2433 It is caused by an attempt to delete the active object while it still
2434 has a request outstanding.
2436 EReqStillActiveOnDestruct=40,
2440 This panic is raised by the Add() member function of an active scheduler,
2443 It is caused by an attempt to add an active object to the active scheduler
2444 when it has already been added to the active scheduler
2446 EReqAlreadyAdded=41,
2450 This panic is raised by the SetActive() member function of an active
2453 It is caused by an attempt to flag the active object
2454 as active when it is already active, i.e. a request is still outstanding.
2456 EReqAlreadyActive=42,
2460 This panic is raised by the Install() member function of an active
2461 scheduler, a CActiveScheduler.
2463 It is caused by attempting to install this active scheduler as the current
2464 active scheduler when there is already a current active scheduler;
2465 i.e. an active scheduler has already been installed.
2467 EReqManagerAlreadyExists=43,
2471 This panic is raised by the Start(), Stop() and Add() member functions
2472 of an active scheduler, a CActiveScheduler.
2474 It is caused by attempting to start or stop an active scheduler or by
2475 attempting to add an active object, a CActive, to the active scheduler.
2477 EReqManagerDoesNotExist=44,
2481 This panic is raised by the Stop() member function of an active scheduler,
2484 Calling Stop() terminates the wait loop started by the most recent
2485 call to Start(). The panic is caused by a call to Stop() which is not
2486 matched by a corresponding call to Start().
2488 EReqTooManyStops=45,
2492 This panic is raised by an active scheduler, a CActiveScheduler.
2494 It is caused by a stray signal.
2500 This panic is raised by the Error() virtual member function of an active
2501 scheduler, a CActiveScheduler.
2503 This function is called when an active object’s RunL() function leaves.
2504 Applications always replace the Error() function in a class derived from
2505 CActiveScheduler; the default behaviour provided by CActiveScheduler raises
2508 EReqActiveObjectLeave=47,
2512 This panic is raised by the Add() member function of an active scheduler,
2513 a CActiveScheduler, when a NULL pointer is passed to the function.
2519 This panic is raised by the SetActive() and Deque() member functions of
2520 an active object, a CActive.
2522 It is raised if the active object has not been added to the active scheduler.
2528 This panic is raised by the SetPriority() member function of an active
2531 It is caused by an attempt to change the priority of the active object
2532 while it is active, i.e. while a request is outstanding).
2534 ESetPriorityActive=50,
2538 This panic is raised by the At(), After() and Lock() member functions of
2539 the CTimer active object.
2541 It is caused by an attempt to request a timer event when the CTimer active
2542 object has not been added to the active scheduler.
2548 This panic is raised by the Start() member function of the periodic timer
2549 active object, a CPeriodic, when a negative time interval is passed to
2552 ETimIntervalNegativeOrZero=52,
2556 This panic is raised by the Start() member function of the periodic
2557 timer active object, a CPeriodic, when a negative delay time interval
2558 is passed to the function.
2560 ETimDelayNegative=53,
2566 EUnusedBasePanic1=54, // Unused
2572 ESvrNoServerName=55,
2576 This panic is raised by the New() and NewL() member functions of
2577 CBitMapAllocator when a negative or zero size is passed to them.
2579 EBmaSizeLessOrEqualToZero=56,
2583 This panic is raised by the Free(TInt aPos) member function of
2584 CBitMapAllocator when a position value is passed which is out of bounds.
2586 EBmaFreeOutOfRange=57,
2590 This panic is raised by the IsFree(TInt aPos) member function of
2591 CBitMapAllocator when a position value is passed which is out of bounds.
2593 EBmaAllocOutOfRange=58,
2597 This panic is raised by the AllocFromTopFrom(TInt aPos) member function
2598 of CBitMapAllocator when a position value is passed which is out of bounds.
2600 EBmaAllocFromTopFromOutOfRange=59,
2612 EBmaFreeNotAllocated=61,
2616 This panic is raised by the AllocAt() member function of CBitMapAllocator
2617 when the implied position has already been allocated.
2619 EBmaAllocAtAlreadyAllocated=62,
2623 This panic is raised as a result of a call to the Pop() and PopAndDestroy()
2624 static member functions of the CleanupStack class.
2626 The panic occurs when TRAPs have been nested and an attempt is made to pop too
2627 many items from the cleanup stack for the current nest level.
2629 EClnPopAcrossLevels=63,
2633 This panic is raised as a result of a call to the Pop() and PopAndDestroy()
2634 static member functions of the CleanupStack class.
2636 The panic occurs when attempt is made to pop more items from the cleanup
2637 stack than are on the cleanup stack.
2639 EClnPopUnderflow=64,
2643 The panic is raised as a result of a call to the Pop() and PopAndDestroy()
2644 static member functions of the CleanupStack class.
2646 The panic occurs when an attempt is made to pop more items from the cleanup
2647 stack than are on the cleanup stack.
2649 EClnLevelUnderflow=65,
2653 This panic is raised if an attempt is being made to insert a cleanup item
2654 into a position on the cleanup stack reserved for marking the current TRAP
2657 In practice this error occurs if the call to CleanupStack::PushL() happens
2658 when there has been no call to TRAP().
2660 EClnPushAtLevelZero=66,
2664 This panic is raised when building a TCleanupStackItem which is to be added
2665 to the cleanup stack.
2667 The building of the TCleanupStackItem needs a TCleanupItem and this has
2668 been constructed with a NULL cleanup operation (a TCleanupOperation).
2670 EClnNoCleanupOperation=67,
2674 This panic is raised if there are no free slots available on the cleanup
2675 stack to insert a cleanup item.
2677 EClnNoFreeSlotItem=68,
2681 This panic is raised if no trap handler has been installed.
2683 In practice, this occurs if CTrapCleanup::New() has not been called
2684 before using the cleanup stack.
2686 EClnNoTrapHandlerInstalled=69,
2690 This panic is raised as a result of a call to the versions of the
2691 Pop() and PopAndDestroy() static member functions of the CleanupStack class
2692 which take an explicit count of the items to be popped.
2694 The panic is caused by passing a negative value for the number of items
2697 EClnPopCountNegative=70,
2701 This panic is raised when TRAPs have been nested and an attempt is made to
2702 exit from a TRAP nest level before all the cleanup items belonging to that
2703 level have been popped off the cleanup stack.
2705 EClnLevelNotEmpty=71,
2709 This panic is raised by the constructor of the circular buffer base class,
2710 a CCirBufBase, when the size value passed is zero or negative.
2712 ECircItemSizeNegativeOrZero=72,
2716 This panic is raised by a call to the SetLengthL() member function of
2717 the circular buffer base class, a CCirBufBase, by passing a length
2718 value which is zero or negative.
2720 ECircSetLengthNegativeOrZero=73,
2724 This panic is raised by a call to the Add() member function of a
2725 circular buffer, a CCirBuf when the pointer to the item
2726 to be added is NULL.
2728 ECircNoBufferAllocated=74,
2732 This panic is raised by a call to the Add() member function of a
2733 circular buffer, a CCirBuf when the number of items to be added
2734 is zero or negative.
2736 ECircAddCountNegative=75,
2740 This panic is raised by a call to the Remove() member function of
2741 a circular buffer, a CCirBuf when the number of items to be removed is zero
2744 ECircRemoveCountNegative=76,
2748 This panic is raise by CConsoleBase::Getch() when the asynchronous request
2749 that fetches the character completes with a completion code that
2752 EConsGetchFailed=77,
2762 This panic is raised by the Alloc() member function
2763 of CBitMapAllocator if the object is in an inconsistnt state.
2765 EBmaInconsistentState=79,
2769 This panic is raised by the AllocFrom() member function
2770 of CBitMapAllocator if the position passed into it is outside its valid
2771 range, i.e. is negative or is greater than or equal to the size.
2773 EBmaAllocFromOutOfRange=80,
2777 This panic is raised by the Alloc() member function
2778 of CBitMapAllocator if the count value passed into it
2781 EBmaAllocCountNegative=81,
2785 This panic is raised by the AllocAligned() member function
2786 of CBitMapAllocator if the alignment value passed into it
2787 is negative or greater than or equal to 32.
2789 EBmaAllAlgnOutOfRange=82,
2793 This panic is raised by the AllocAlignedBlock() member function
2794 of CBitMapAllocator if the alignment value passed into it
2795 is negative or greater than or equal to 32.
2797 EBmaAllAlgnBOutOfRange=83,
2801 This panic is raised by the AllocAt() member function
2802 of CBitMapAllocator if the position value passed into it
2803 is outside the permitted range.
2805 EBmaAllocBlkOutOfRange=84,
2809 This panic is raised by the IsFree() member function
2810 of CBitMapAllocator if the position value passed into it
2811 is outside the permitted range.
2813 EBmaChkBlkOutOfRange=85,
2817 This panic is raised by the Free() member function
2818 of CBitMapAllocator if the position value passed into it
2819 is outside the permitted range.
2821 EBmaFreeBlkOutOfRange=86,
2825 This panic is raised by the Free() member function
2826 of CBitMapAllocator if attempting to free a block that is not allocated.
2828 EBmaFreeBlkNotAllocated=87,
2832 This panic is raised by the Free() member function
2833 of CBitMapAllocator if attempting to allocate a block that is not free.
2835 EBmaAllocBlkNotFree=88,
2839 This panic is raised by call to the Replace() member function of
2840 CActiveScheduler when the replacement active scheduler is the same as
2841 the existing active scheduler.
2843 EActiveSchedulerReplacingSelf=89,
2847 The panic is raised as a result of a call to the Pop() and PopAndDestroy()
2848 static member functions of the CleanupStack class.
2850 The panic occurs when an the item to be popped is not the expected item.
2856 This panic is raised by CActiveSchedulerWait::Start()
2857 when the CActiveSchedulerWait has already been started.
2859 @see CActiveSchedulerWait
2861 EActiveSchedulerWaitAlreadyStarted=91,
2865 This panic is raised by CActiveSchedulerWait::AsyncStop() and
2866 CActiveSchedulerWait::CanStopNow()
2867 when the CActiveSchedulerWait has not been started.
2869 EActiveSchedulerWaitNotStarted=92,
2873 This panic is raised during construction of a CAsyncOneShot if the attempt
2874 to open a handle to the current thread fails.
2876 EAsyncOneShotSetupFailed=93,
2882 ESvrBadSecurityPolicy=94,
2886 This panic is raised if CPolicyServer::CustomSecurityCheckL(),
2887 or CPolicyServer::CustomFailureActionL() are called.
2889 Odds are that you forgot to implement one of these two functions in your
2890 CPolicyServer derived Server.
2892 EPolSvrCallingBaseImplementation=95,
2896 This panic is raised in debug builds by the CPolicyServer constructor if
2897 TPolicy::iRanges[0] does not have a value of 0.
2899 EPolSvr1stRangeNotZero=96,
2903 This panic is raised in debug builds by the CPolicyServer constructor if
2904 each element of TPolicy::iRanges is not greater than the previous.
2906 EPolSvrRangesNotIncreasing=97,
2910 This panic is raised in debug builds by the CPolicyServer constructor
2911 unless every element in TPolicy::iElementsIndex is valid. Every element,
2912 x, must not be one of (ESpecialCaseHardLimit <= x <= ESpecialCaseLimit) in
2913 order to be valid. See CPolicyServer::TSpecialCase for more information.
2915 EPolSvrElementsIndexValueInvalid=98,
2919 This panic is raised in debug builds by the CPolicyServer constructor if
2920 TPolicy::iOnConnect has an invalid value. iOnConnect must not be one of
2921 (ESpecialCaseHardLimit <= x <= ESpecialCaseLimit) in order to be valid.
2922 See CPolicyServer::TSpecialCase for more information.
2924 EPolSvrIOnConnectValueInvalid=99,
2928 This panic is raised if CPolicyServer::iPolicy is found to be invalid for
2929 an unkown reason. There is a good chance that your policy would cause the
2930 server to panic with one of the above specific policy panic codes if you
2931 run it in debug mode. See the policy server documentation for a
2932 description of a valid policy.
2934 EPolSvrPolicyInvalid=100,
2938 The value returned from CustomSecurityCheckL or CustomFailureActionL was
2939 invalid. See CPolicyServer::TCustomResult for a list of valid results.
2941 EPolSvrInvalidCustomResult=101,
2945 This panic is raised in debug builds by the CPolicyServer constructor if
2946 TPolicy.iRangeCount is not greater than 0. All policies given to the
2947 policy server must contain at least 1 policy.
2949 EPolSvrIRangeCountInvalid=102,
2953 This panic is raised by the policy server framework if a message fails a
2954 policy check (custom or not) and the associated action is EPanicClient.
2956 EPolSvrActionPanicClient=103,
2959 This panic is raised by CObjectIx class methods if inconsistent data condition occurs
2960 It can appear in debug build only.
2962 EObjInconsistent=104,
2965 This panic is raised as a result of a call to the Pop() and PopAndDestroy()
2966 static member functions of the CleanupStack class.
2968 The panic occurs when the cleanup operation of a popped item modifies the
2969 cleanup stack. In such a case, the function cannot guarantee that the correct
2970 items will be popped.
2972 EClnStackModified=105,