#define LOS_ERRNO_QUEUE_CB_UNAVAILABLE   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x04)

Queue error code: The upper limit of the number of created queues is exceeded.

Value: 0x02000604

Solution: Increase the configured number of resources for queues.

在文件los_queue.h100行定义。