#define LOS_ERRNO_TSK_OPERATE_IDLE   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x14)

Task error code: The operation is performed on the idle task.

Value: 0x02000214

Solution: Check the task ID and do not operate on the idle task.

在文件los_task.h254行定义。