#define LOS_ERRNO_TSK_ALREADY_SUSPENDED   LOS_ERRNO_OS_ERROR(LOS_MOD_TSK, 0x08)

Task error code: The task is already suspended.

Value: 0x02000208

Solution: Suspend the task after it is resumed.

在文件los_task.h144行定义。