#define LOS_ERRNO_QUEUE_MAXNUM_ZERO   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x00)

Queue error code: The maximum number of queue resources is configured to 0.

Value: 0x02000600

Solution: Configure the maximum number of queue resources to be greater than 0. If queue modules are not used, set the configuration item for the tailoring of the maximum number of queue resources to NO.

在文件los_queue.h60行定义。