#define LOS_ERRNO_QUEUE_NOT_FOUND   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x05)

Queue error code: Invalid queue.

Value: 0x02000605

Solution: Ensure that the passed-in queue ID is valid.

在文件los_queue.h110行定义。