#define LOS_ERRNO_QUEUE_READ_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0f)

Queue error code: The pointer passed in during queue reading is null.

Value: 0x0200060f

Solution: Check whether the passed-in pointer is null.

在文件los_queue.h210行定义。