#define LOS_ERRNO_QUEUE_CREATE_NO_MEMORY   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x02)

Queue error code: The memory for queue creation fails to be requested.

Value: 0x02000602

Solution: Allocate more memory for queue creation, or decrease the queue length and the number of nodes in the queue to be created.

在文件los_queue.h80行定义。