-

- BlackBerry Dynamics
- Runtime library for iOS applications
- 13.0.1.117
Go to the documentation of this file.
14 # define GD_C_API __attribute__((visibility("default")))
const int32_t GDErrorNotAllowed
Not allowed.
int32_t code
Numeric code for the error, always one of the GDError constants defined in this header file.
Definition: GDCommon.h:119
const int32_t GDErrorNotFound
Not found.
const char * description
Error message that is suitable to display to the end user, at least for diagnostic purposes.
Definition: GDCommon.h:124
size_t size
Size of the data.
Definition: GDCommon.h:145
const int32_t GDSuccess
Success.
const char * type
Indication of the type of data in this encapsulation.
Definition: GDCommon.h:148
const int32_t GDErrorGeneral
General error.
const int32_t GDErrorNotMapped
Not mapped to a User Credential Profile.
Data encapsulation structure.
Definition: GDCommon.h:140
void * data
Binary data.
Definition: GDCommon.h:142
Error structure.
Definition: GDCommon.h:114
const int32_t GDErrorWrongPassword
Wrong password.
const int32_t GDErrorNotAuthorized
Not authorized.
const int32_t GDErrorOutOfMemory
Out of memory.
const int32_t GDErrorInvalidArgument
Invalid argument.