SIM Manager Error Class Constants (Compact 2013)
3/26/2014
These error class constants define groups of errors in the Subscriber Identity Module (SIM) functions.
Constant |
Value |
Description |
---|---|---|
SIM_ERRORCLASS_NONE |
0x00 |
Miscellaneous error |
SIM_ERRORCLASS_PASSWORD |
0x01 |
Password related errors |
SIM_ERRORCLASS_SIM |
0x02 |
Problem with the SIM |
SIM_ERRORCLASS_STORAGE |
0x03 |
Error relating to storage |
Remarks
In SIM Manager HRESULT values, the low order 16 bits are divided into two 8 bit fields. These are an 8-bit error class and an 8-bit error value. Use the SIMERRORCLASS macro to obtain the error class from a SIM HRESULT.
Requirements
Header |
simmgr.h |