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 | TaskResultCode |
Task result code. | |
|---|---|---|---|
| errorCode | u32 | Communications error code during task execution. | |
| message | char |
Communications error message during task execution. |
CONFIDENTIAL