#define LOS_ERRNO_QUEUE_READSIZE_ISZERO   LOS_ERRNO_OS_ERROR(LOS_MOD_QUE, 0x10)

Queue error code: The buffer size passed in during queue reading is 0.

Value: 0x02000610

Solution: Pass in a correct buffer size.

在文件los_queue.h220行定义。