Preprocessor macro definitions for the credential_return.h header file in this library.
#define CREDENTIAL_E_OK 0x0000Success.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_NOT_IMPLEMENTED 0xFFFEFeature is not implemented.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_FAIL 0xFFFFOperation failed due to an unknown cause.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_NULL_PARAMS 0xE101One of the parameters passed a NULL value.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_BAD_PARAMS 0xE103One of the parameters has an invalid value.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_FORBIDDEN 0xE104Operation is not allowed due to insufficient privileges.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_NOT_SUPPORTED 0xE105Operation is not supported.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_NOT_FOUND 0xE106Resource is not found.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_LOCKED 0xE107Device locked.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_FAIL_ALLOC 0xF001Failed to allocate memory.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_FAIL_LOCK 0xF003Failed to acquire mutex lock.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_DB_OPEN 0xE201Failed to open database.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_DB_NO_COLUMN 0xE202No column returned.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_DB_NOT_ALLOWED 0xE203Operation not permitted.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_DB_NO_ROW 0xE204No row returned.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_OPEN 0xE301Failed to open service.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_SEND 0xE302Failed to send msg.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_RECEIVE 0xE303Failed on receive msg.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_NO_MSG 0xE304No message available.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_CODEC 0xE305Failed to encode/decode message.
Since: BlackBerry 10.3.1
#define CREDENTIAL_E_IPC_ENCODE CREDENTIAL_E_IPC_CODECFailed to encode/decode message.
Since: BlackBerry 10.3.1