nn::boss::TaskError Class

Syntax

class TaskError

Description

Class for representing task errors. Use this to get task error information.

Member Functions

TaskError Constructor.
V ~TaskError Destructor.
GetProperty Gets a property value from the class. Call this function after allocating memory for the description's data type. It can be used for the following properties.
Identifier: Description
TASK_ERROR_RESULT_CODE: Task result code. Data type is TaskResultCode.
TASK_ERROR_CODE: Communication error code during task execution. The data type is u32.

Revision History

2010/09/16
Initial version.

CONFIDENTIAL