13.4.1.2 Error Codes Def-2

C

#define APP_RES_SUCCESS                         0x0000
#define APP_RES_FAIL                            0x0001
#define APP_RES_OOM                             0x0002
#define APP_RES_INVALID_PARA                    0x0003
#define APP_RES_NO_RESOURCE                     0x0004
#define APP_RES_BAD_STATE                       0x0005
#define APP_RES_PENDING_DUE_TO_SECURITY         0x0006
#define APP_RES_BUSY                            0x0007

Description

The definition of App Request Status.

Macro Definition

MacroDescription
APP_RES_SUCCESSExecution successfully.
APP_RES_FAILExecution fail.
APP_RES_OOMOut of memory.
APP_RES_INVALID_PARAInvalid parameters.
APP_RES_NO_RESOURCENo resource.
APP_RES_BAD_STATEBad State.
APP_RES_PENDING_DUE_TO_SECURITYPending the request due to security process.
APP_RES_BUSYExecution fail due to system is busy.