nn::boss::TaskErrorInfo Structurestruct TaskErrorInfo
{
TaskResultCode errorResultCode;
u32 errorcode;
char message[MAX_ERROR_MESSAGE];
};
Definition of an internal structure that maintains attribute information for the TaskError class.
| 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