#define LOS_ERRNO_TSK_STKSZ_TOO_SMALL   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x06)

Task error code: The task stack size is too small.

Value: 0x02000206

Solution: Expand the task stack.

在文件los_task.h124行定义。