#define LOS_ERRNO_QUEUE_INVALID   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0e)

Queue error code: The handle of the queue is invalid.

Value: 0x0200060e

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

在文件los_queue.h200行定义。