• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDError Struct Reference

Error structure. More...

#include <BlackBerryDynamics/GD/GDCommon.h>

Description

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...
 

Member Data Documentation

◆ code

int32_t code

◆ description

const char* description

The documentation for this struct was generated from the following file: