13.4.1.1 Error Codes Def-1

C

#define APP_RES_SUCCESS                         MBA_RES_SUCCESS
#define APP_RES_FAIL                            MBA_RES_FAIL
#define APP_RES_OOM                             MBA_RES_OOM
#define APP_RES_INVALID_PARA                    MBA_RES_INVALID_PARA
#define APP_RES_NO_RESOURCE                     MBA_RES_NO_RESOURCE
#define APP_RES_BAD_STATE                       MBA_RES_BAD_STATE
#define APP_RES_PENDING_DUE_TO_SECURITY         MBA_RES_PENDING_DUE_TO_SECURITY
#define APP_RES_BUSY                            MBA_RES_BUSY

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.