Error structure. More...
#include <BlackBerryDynamics/GD/GDCommon.h>
This structure is used to represent errors in some parts of the BlackBerry Dynamics programming interface.
For example, it is used by the Certificate Credential Import functions.
Public Attributes | |
int32_t | code |
Numeric code for the error, always one of the GDError constants defined in this header file. More... | |
const char * | description |
Error message that is suitable to display to the end user, at least for diagnostic purposes. More... | |
int32_t code |
const char* description |