#define LOS_ERRNO_QUEUE_CREAT_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x0c)

Queue error code: Parameters passed in during queue creation are null pointers.

Value: 0x0200060c

Solution: Ensure the passed-in parameters are not null pointers.

在文件los_queue.h180行定义。