func (*Rows) Err

func (rs *Rows) Err() error

Err 返回迭代过程中遇到的错误(如果有的话)。Err 可以在显式或隐式 Close 之后调用。