#define LOS_ERRNO_QUEUE_NO_MEMORY   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x01)

Queue error code: The queue block memory fails to be initialized.

Value: 0x02000601

Solution: Allocate the queue block bigger memory partition, or decrease the maximum number of queue resources.

在文件los_queue.h70行定义。