#define LOS_ERRNO_TSK_YIELD_INVALID_TASK   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x0f)

Task error code: The task that is being scheduled is invalid.

Value: 0x0200020f

Solution: Check the task.

在文件los_task.h204行定义。