#define LOS_ERRNO_QUEUE_WRITE_SIZE_TOO_BIG   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x15)

Queue error code: The buffer size passed in during queue writing is bigger than the queue size.

Value: 0x02000615

Solution: Decrease the buffer size, or use a queue in which nodes are bigger.

在文件los_queue.h251行定义。