#define LOS_ERRNO_TSK_NOT_CREATED   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x0a)

Task error code: The task is not created.

Value: 0x0200020a

Solution: Create the task.

在文件los_task.h164行定义。