#define LOS_ERRNO_QUEUE_WRITE_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x12)

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

Value: 0x02000612

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

在文件los_queue.h231行定义。