#define LOS_ERRNO_QUEUE_PTR_NULL   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x17)

Queue error code: The pointer passed in when the queue information is being obtained is null.

Value: 0x02000617

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

在文件los_queue.h271行定义。