#define LOS_ERRNO_TSK_DELAY_IN_LOCK   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x0e)

Task error code: The task delay occurs when the task is locked.

Value: 0x0200020e

Solution: Perform this operation after unlocking the task.

在文件los_task.h194行定义。