|
API Guide Home (Online version only) |
![]() |
Definition in file NetPrefLibErrors.h.
Include dependency graph for NetPrefLibErrors.h:

Go to the source code of this file.
| #define netPrefErrBadArg (netPrefErrClass + 0x03) |
invalid argument, unknown ID
Definition at line 39 of file NetPrefLibErrors.h.
| #define netPrefErrCCSMIncomplete (netPrefErrClass + 0x06) |
missing or incomplete CCSM table
Definition at line 45 of file NetPrefLibErrors.h.
| #define netPrefErrCCSMNoCarrierMatch (netPrefErrClass + 0x0B) |
No matching entry in the CCSM Carrier List DB
Definition at line 54 of file NetPrefLibErrors.h.
| #define netPrefErrClass (hsNetPrefLibErrorClass) |
hsNetMasterErrorClass is defined in HsErrorClasses.h
Definition at line 34 of file NetPrefLibErrors.h.
| #define netPrefErrCSDNotAllowed (netPrefErrClass + 0x07) |
CSD is not allowed
Definition at line 46 of file NetPrefLibErrors.h.
| #define netPrefErrFieldNotInSet (netPrefErrClass + 0x10) |
Attempting to modify a field that is not in the record's set.
Definition at line 66 of file NetPrefLibErrors.h.
| #define netPrefErrMemory (netPrefErrClass + 0x01) |
runtime memory error
Definition at line 37 of file NetPrefLibErrors.h.
| #define netPrefErrNoCCSMSettings (netPrefErrClass + 0x08) |
settings were not found in the CCSM Carrier Settings DB
Definition at line 47 of file NetPrefLibErrors.h.
| #define netPrefErrNVRead (netPrefErrClass + 0x0A) |
Error reading setting from the radio's NV storage
Definition at line 51 of file NetPrefLibErrors.h.
| #define netPrefErrNVSync (netPrefErrClass + 0x09) |
Error synchronizing settings with the radio's NV storage
Definition at line 48 of file NetPrefLibErrors.h.
| #define netPrefErrNVWrite (netPrefErrClass + 0x0E) |
Error writing setting to the radio's NV storage
Definition at line 60 of file NetPrefLibErrors.h.
| #define netPrefErrNVWritePDPInUse (netPrefErrClass + 0x11) |
Couldn't save data to PDP in radio's NV because the PDP is in use (logged in most likely).
Definition at line 69 of file NetPrefLibErrors.h.
| #define netPrefErrPhoneLibOpenFailed (netPrefErrClass + 0x0D) |
Error while opening PhoneLib
Definition at line 58 of file NetPrefLibErrors.h.
| #define netPrefErrRadioIsOff (netPrefErrClass + 0x0C) |
Operation failed because the radio (wireless mode) is off.
Definition at line 55 of file NetPrefLibErrors.h.
| #define netPrefErrReadOnlyField (netPrefErrClass + 0x0F) |
Attempting to modify the data of a read-only field.
Definition at line 63 of file NetPrefLibErrors.h.
| #define netPrefErrRecGone (netPrefErrClass + 0x05) |
record could not be found
Definition at line 44 of file NetPrefLibErrors.h.
| #define netPrefErrRecNotSaved (netPrefErrClass + 0x04) |
cannot perform the requested operation on the new record until it is saved.
Definition at line 40 of file NetPrefLibErrors.h.
| #define netPrefErrStorage (netPrefErrClass + 0x02) |
storage memory error
Definition at line 38 of file NetPrefLibErrors.h.
| Top | Palm Developer Network © 2004-2008, Palm, Inc. All rights reserved. Generated on Fri Jun 13 10:07:39 2008 for Palm API Guide |