#define LOS_ERRNO_QUEUE_NOT_CREATE   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0a)

Queue error code: The queue is not created.

Value: 0x0200060a

Solution: Check whether the passed-in queue handle value is valid.

在文件los_queue.h160行定义。