|
API Guide Home (Online version only) |
![]() |
00001 /****************************************************************************** 00002 * Copyright (c) 2004 palmOne, Inc. or its subsidiaries. 00003 * All rights reserved. 00004 *****************************************************************************/ 00005 /** 00006 * @ingroup Carrier 00007 */ 00008 00009 /** 00010 * @file CarrierCustomLibErr.h 00011 * @version 1.0 00012 * @date 12/17/2002 00013 * 00014 * @brief This file contains the error codes for the Carrier Customization 00015 * Library. 00016 * 00017 */ 00018 00019 /* 00020 * @author dla 00021 */ 00022 00023 #ifndef __CARRIER_CUSTOMIZATION_LIBRARY_ERRORS_H__ 00024 #define __CARRIER_CUSTOMIZATION_LIBRARY_ERRORS_H__ 00025 00026 00027 #define ccsmErrClass 0x9000 /**< 0x9000 Carrier customization library error base number */ 00028 00029 #define ccsmErrUnknownCarrier ccsmErrClass + 0x01 /**< 0x9001 carrier code on SIM card not recognized */ 00030 #define ccsmErrMemory ccsmErrClass + 0x02 /**< 0x9002 memory error */ 00031 #define ccsmErrPhoneLibLoad ccsmErrClass + 0x03 /**< 0x9003 phone library not loaded */ 00032 #define ccsmErrPhoneNotPowered ccsmErrClass + 0x04 /**< 0x9004 phone is not powered */ 00033 #define ccsmErrInvalidArg ccsmErrClass + 0x05 /**< 0x9005 invalid arguement error */ 00034 #define ccsmErrUnknownSetting ccsmErrClass + 0x06 /**< 0x9006 unknown setting requested error */ 00035 #define ccsmErrBufferTooSmall ccsmErrClass + 0x07 /**< 0x9007 need more space in buffer */ 00036 #define ccsmErrNotRegistered ccsmErrClass + 0x08 /**< 0x9008 radio is not registered */ 00037 #define ccsmErrUnknownField ccsmErrClass + 0x09 /**< 0x9009 requested field not in database record */ 00038 #define ccsmErrLibUninitialized ccsmErrClass + 0x0A /**< 0x900A library was not initialized */ 00039 #define ccsmErrUndefinedField ccsmErrClass + 0x0B /**< 0x900B the field did not have a value specified */ 00040 00041 #define ccsmErrProfileUnspecified ccsmErrClass + 0x50 /**< 0x9050 requested profile is not specified */ 00042 #define ccsmErrUnspecified ccsmErrClass + 0x51 /**< 0x9051 settings is not specified for carrier */ 00043 #define ccsmErrUnimplemented ccsmErrClass + 0xA5 /**< 0x90F5 Unimplemented feature */ 00044 00045 #endif // __CARRIER_CUSTOMIZATION_LIBRARY_ERRORS_H__
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:06:52 2008 for Palm API Guide |