Field Summary |
|
final public static short | ALLOWED_LENGTH_EXCEEDED This reason code (=10) is used to indicate that the provided
menu entry string is bigger than the space alloacted space. |
final public static short | BAD_INPUT_PARAMETER This reason code (=14) is used to indicate that an input
parameter of the method is not valid. |
final public static short | EVENT_ALREADY_REGISTERED |
final public static short | EVENT_NOT_ALLOWED This reason code (=13) is used to indicate that the
registration to an indicated event can not be changed by the
called method. |
final public static short | EVENT_NOT_SUPPORTED |
final public static short | HANDLER_NOT_AVAILABLE This reason code (= 2) is used to indicate that the Handler is
not available (e.g. |
final public static short | HANDLER_OVERFLOW This reason code (= 1) is used to indicate that data are to
large than the storage space available in the handler. |
final public static short | INVALID_TIMER_ID This reason code (=12) is used to indicate that the indicated
timer identifier is not allocated to this applet. |
final public static short | MENU_ENTRY_NOT_FOUND This reason code (= 4) is used to indicate that the requested
menu entry is not define for the corresponding applet. |
final public static short | ME_PROFILE_NOT_AVAILABLE |
final public static short | NO_TIMER_AVAILABLE This reason code (=11) is used to indicate that all the
available timers or the maximum number of timers have been
allocated to the applet. |
final public static short | OUT_OF_TLV_BOUNDARIES This reason code (= 8) is used to indictae that either the
offset, the length or both are out of current TLV boundaries. |
final public static short | REGISTRY_ERROR This reason code (= 5) is used to indicate an error in the
applet registry. |
final public static short | UNAVAILABLE_ELEMENT This reason code (= 3) is used to indicate that the element is
unavailable in the handler buffer. |