• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDCryptoError.h File Reference

Macros

#define GD_C_API_EXT
 

Functions

unsigned long GDCryptoError_get (void)
 Retrieve the earliest error code. More...
 
unsigned long GDCryptoError_peek (void)
 Read the earliest error code. More...
 
unsigned long GDCryptoError_peek_last (void)
 Read the latest error code. More...
 
void GDCryptoError_clear (void)
 Empties the error stack. More...
 
const char * GDCryptoError_string (unsigned long e)
 Return a human-readable string representing the error code. More...
 
const char * GDCryptoError_detailed_string (void)
 Return a detailed human-readable string of the last error. More...