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 pointer to NS data list information 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 pointer to the new arrival event is NULL.
ER_INVALID_NEWARRIVAL_FLAG The pointer to the new arrival flag is NULL.
ER_INVALID_OPTOUT_FLAG The pointer to the opt-out flag is NULL.
ER_INVALID_TASKERROR The pointer to the task error information is NULL.
ER_INVALID_NSDATA_VALUE The pointer to the region that stores NSDATA is NULL.
ER_INVALID_NSDATA_INFO The pointer to the location that stores additional NSDATA information is NULL.
ER_INVALID_NSDATA_READFLAG The pointer to the storage region for the NSDATA read flag is NULL.
ER_INVALID_NSDATA_TIME The pointer to the region used to store the NSDATA update time is NULL.
ER_INVALID_NEXTEXECUTETIME The pointer to the location used to store the minutes value of the next execution time 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_CONFIG_PARENTAL_CONTROL The pointer to information on Parental Controls settings is NULL.
ER_INVALID_CONFIG_EULA_AGREEMENT The pointer to information on whether the user has agreed to the EULA is NULL.
ER_INVALID_POLICYLIST_ENV_ID The pointer to the policy list's environment ID is NULL.
ER_INVALID_POLICYLIST_URL The pointer to the policy list's URL information 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 during 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_PRIORITY The specified task priority 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 NS data 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 number of client certificates set exceeds the maximum.
ER_INVALID_MAX_ROOT_CA The number of root CAs exceeds the maximum that can be set.
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 function timed out.
ER_WAITFINISH_TASK_NOT_DONE The target task ended with a result other than TASK_DONE in the WaitFinish function.
ER_IPC_NOT_SESSION_INITIALIZED Either the IPC session has not been initialized or permissions were incompatible.
ER_IPC_PROPERTY_SIZE_ERROR There was a property size error during internal IPC processing.
ER_IPC_TOO_MANY_REQUESTS There are too many IPC requests. (This is provided for future extensibility and cannot be used.)
ER_ALREADY_INITIALIZED IPC is already initialized.
ER_OUT_OF_MEMORY Insufficient memory.
ER_INVALID_NUMBER_OF_NSD The maximum number of NSD files in the NSA was exceeded.
ER_NSDATA_INVALID_FORMAT An invalid NS data format was detected.
ER_APLI_NOT_EXIST The specified application ID was not found.
ER_TASK_NOT_EXIST The specified task ID was not found.
ER_TASK_STEP_NOT_EXIST The 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 A sequence error (such as an attempt to start a task that is currently running) was detected.
ER_DATABASE_FULL Storage and tasks cannot be registered because the maximum number of registered application IDs and tasks has been reached.
ER_CANT_UNREGISTER_TASK The task cannot be deleted because of its state (for example, it may currently be running or have already been scheduled).
ER_TASK_NOT_REGISTERED A task that should be registered in the database file was not found.
ER_INVALID_FILEHANDLE Invalid file handle.
ER_INVALID_TASK_SCHEDULING_POLICY An invalid keyword was detected in the scheduling policy list.
ER_INVALID_HTTP_REQUEST_HEADER More than the maximum number of option HTTP request headers were specified.
ER_INVALID_HEADTYPE An invalid header type was specified in the GetHeaderInfo function.
ER_STORAGE_ACCESSPERMISSION You do not have permission to access storage.
ER_STORAGE_INSUFFICIENCY Insufficient storage space.
ER_INVALID_APPID_STORAGE_NOTFOUND Storage has not been registered for the corresponding application ID.
ER_NSDATA_NOTFOUND The specified NS data was not found.
ER_INVALID_NSDATA_GETHEAD_SIZE The header size does not match the header type specified by the GetHeaderInfo function.
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 Failed to access a file. An abnormality has occurred in the system save data when accessing the internal database and settings information. This normally does not arise. The problem may disappear by initializing the system save data, but doing so will delete all task information (including the information registered by other applications).
ER_TASK_ALREADY_PAUSED Already paused.
ER_TASK_ALREADY_RESUMED Already resumed.
ER_UNEXPECT An unexpected error occurred.
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