Definitions in credential_return.h

Preprocessor macro definitions for the credential_return.h header file in this library.

Definitions:

#define CREDENTIAL_E_OK 0x0000
Success.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_NOT_IMPLEMENTED 0xFFFE
Feature is not implemented.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_FAIL 0xFFFF
Operation failed due to an unknown cause.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_NULL_PARAMS 0xE101
One of the parameters passed a NULL value.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_BAD_PARAMS 0xE103
One of the parameters has an invalid value.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_FORBIDDEN 0xE104
Operation is not allowed due to insufficient privileges.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_NOT_SUPPORTED 0xE105
Operation is not supported.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_NOT_FOUND 0xE106
Resource is not found.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_LOCKED 0xE107
Device locked.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_FAIL_ALLOC 0xF001
Failed to allocate memory.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_FAIL_LOCK 0xF003
Failed to acquire mutex lock.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_DB_OPEN 0xE201
Failed to open database.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_DB_NO_COLUMN 0xE202
No column returned.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_DB_NOT_ALLOWED 0xE203
Operation not permitted.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_DB_NO_ROW 0xE204
No row returned.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_OPEN 0xE301
Failed to open service.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_SEND 0xE302
Failed to send msg.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_RECEIVE 0xE303
Failed on receive msg.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_NO_MSG 0xE304
No message available.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_CODEC 0xE305
Failed to encode/decode message.

Since: BlackBerry 10.3.1

#define CREDENTIAL_E_IPC_ENCODE CREDENTIAL_E_IPC_CODEC
Failed to encode/decode message.

Since: BlackBerry 10.3.1

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)