Err can be called after Scan returns false to determine if the latest read resulted in an error, and obtain that error if so.
()
| 151 | // Err can be called after Scan returns false to determine if the latest read |
| 152 | // resulted in an error, and obtain that error if so. |
| 153 | func (sc *RangeScanner) Err() error { |
| 154 | return sc.err |
| 155 | } |
no outgoing calls