#define LOS_ERRNO_TSK_NOT_SUSPENDED   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x09)

Task error code: The task is not suspended.

Value: 0x02000209

Solution: Suspend the task.

在文件los_task.h154行定义。