nn::boss::TaskErrorInfo Structure

Syntax

struct TaskErrorInfo
{
   TaskResultCode errorResultCode;
   u32 errorcode;
   char message[MAX_ERROR_MESSAGE];
};

Description

Definition of an internal structure that maintains attribute information for the TaskError class.

Member Variables

errorResultCode Task result code.
errorCode Communications error code during task execution.
message Communications error message during task execution. (This is provided for future extensibility and cannot be used.)

CONFIDENTIAL