#define LOS_ERRNO_QUEUE_IN_TSKUSE   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x08)

Queue error code: The queue that blocks a task cannot be deleted.

Value: 0x02000608

Solution: Enable the task to obtain resources rather than be blocked on the queue.

在文件los_queue.h140行定义。