nn::boss::ResultCode Enumerated Type

Syntax

enum ResultCode;

Value

Value Description
ER_NONE No error.
ER_INVALID_POLICY The policy information pointer is NULL.
ER_INVALID_ACTION The task action pointer is NULL.
ER_INVALID_OPTION The task option pointer is NULL, or the option code is invalid.
ER_INVALID_APPIDLIST The pointer for getting the application list is NULL.
ER_INVALID_TASKID_LIST The pointer for getting the task ID list is NULL.
ER_INVALID_STEPID_LIST The pointer for getting the step ID list is NULL.
ER_INVALID_NSDATA_IDLIST The NS data list information pointer is NULL.
ER_INVALID_TASKSTATUS The task status pointer is NULL.
ER_INVALID_PROPERTYVALUE The property value pointer is NULL.
ER_INVALID_NEWARRIVAL_EVENT The new arrival event pointer is NULL.
ER_INVALID_NEWARRIVAL_FLAG The new arrival flag pointer is NULL.
ER_INVALID_OPTOUT_FLAG The optout flag pointer is NULL.
ER_INVALID_TASKERROR The task error information pointer is NULL.
ER_INVALID_NSDATA_VALUE The NSDATA storage region pointer is NULL.
ER_INVALID_NSDATA_INFO The NSDATA additional information storage region pointer is NULL.
ER_INVALID_NSDATA_READFLAG The NSDATA read flag storage region pointer is NULL.
ER_INVALID_NSDATA_TIME The NSDATA update time storage region pointer is NULL.
ER_INVALID_NEXTEXECUTETIME The next execute time minutes pointer is NULL.
ER_HTTP_REQUEST_HEADER_POINTER_NULL The HTTP request header pointer is NULL.
ER_INVALID_POLICYLIST_AVAILABILITY The pointer to information that can be used by the policy list is NULL.
ER_INVALID_TESTMODE_AVAILABILITY The pointer to information usable in test mode is NULL.
ER_INVALID_TASK_ID The task ID pointer is NULL or a zero-length string.
ER_INVALID_TASK_STEP The current step ID was specified in task registration.
ER_INVALID_PROPERTYTYPE The property type is not supported.
ER_INVALID_URL The URL string pointer is NULL or a zero-length string.
ER_INVALID_FILEPATH The file path string pointer is NULL or a zero-length string.
ER_INVALID_TASK_PRIOLITY The task priority specified is invalid.
ER_INVALID_TASK_TARGETDURATION The task duration is invalid.
ER_ACTIONCODE_OUT_OF_RANGE The task action code is invalid.
ER_INVALID_NSDATA_SEEK_POSITION The NSDATA seek position exceeds the data size.
ER_INVALID_MAX_HTTP_REQUEST_HEADER The HTTP request header registration count exceeds the maximum.
ER_INVALID_MAX_CLIENT_CERT The client certificate exceeds the maximum setting value.
ER_INVALID_MAX_ROOT_CA The root CA exceeds the maximum setting value.
ER_SCHEDULING_POLICY_OUT_OF_RANGE The scheduling policy is invalid.
ER_APINFOTYPE_OUT_OF_RANGE The AP information type is invalid.
ER_TASK_PERMISSION_OUT_OF_RANGE The task permission information is invalid.
ER_WAITFINISH_TIMEOUT The WAITFINISH timeout.
ER_WAITFINISH_TASK_NOT_DONE The WAITFINISH task completed in a state other than DONE.
ER_IPC_NOT_SESSION_INITIALIZED The IPC session is not initialized. (May be due to permissions not being applied)
ER_IPC_PROPERTY_SIZE_ERROR IPC property size error.
ER_IPC_TOO_MANY_REQUESTS Too many IPC requests.
ER_ALREADY_INITIALIZED Initialization complete.
ER_OUT_OF_MEMORY Insufficient memory.
ER_INVALID_NUMBER_OF_NSD The number of NSDs in the NSA exceeds the maximum.
ER_NSDATA_INVALID_FORMAT The NSD data format is invalid.
ER_APLI_NOT_EXIST The specified application was not found.
ER_TASK_NOT_EXIST The specified task ID was not found.
ER_TASK_STEP_NOT_EXIST Specified task step was not found.
ER_APLI_ID_ALREADY_EXIST Another application of the same name is already registered.
ER_TASK_ID_ALREADY_EXIST Another task of the same name is already registered.
ER_TASK_STEP_ALREADY_EXIST Another task step of the same name is already registered.
ER_INVALID_SEQUENCE Sequence error (such as starting a task that is already running).
ER_DATABASE_FULL The maximum number of applications and/or tasks has been registered, and no more storage or tasks can be registered.
ER_CANT_UNREGISTER_TASK UnregisterTask cannot be called due to the task state.
ER_TASK_NOT_REGISTED No tasks (steps) have been registered to an SDB.
ER_INVALID_FILEHANDLE Invalid file handle.
ER_INVALID_TASK_SCHEDULING_POLICY Invalid scheduling policy.
ER_INVALID_HTTP_REQUEST_HEADER HTTP request header error.
ER_INVALID_HEADTYPE Invalid head type.
ER_STORAGE_ACCESSPERMISSION No storage access permission.
ER_STORAGE_INSUFFICIENCY Insufficient storage capacity.
ER_INVALID_APPID_STORAGE_NOTFOUND There is no storage for the specified APPID.
ER_NSDATA_NOTFOUND There is no NSD data.
ER_INVALID_NSDATA_GETHEAD_SIZE The specified NSDATA SIZE parameter is invalid.
ER_NSDATA_LIST_SIZE_SHORTAGE The NsDataIdList size is insufficient (the list is not big enough to store all the NSD serial IDs).
ER_NSDATA_LIST_UPDATED The target NSD group for BOSS storage was updated since the last time a list was obtained.
ER_NOT_CONNECT_AP_WITH_LOCATION Not connected to an access point.
ER_NOT_CONNECT_NETWORK Not connected to a network.
ER_INVALID_FRIENDCODE Invalid friend code error.
ER_FILE_ACCESS File access failed.
ER_TASK_ALREADY_PAUSED Already paused.
ER_TASK_ALREADY_RESUMED Already resumed.
ER_UNEXPECT Unexpected error.
RESULT_CODE_LAST This value is not used.
RESULT_CODE_MAX_VALUE

Description

Function result codes. Set as the description for bossResult, and used as the return value for boss functions.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL