Err returns the error that iteration has failed with. When an error occurs, set cannot continue to iterate.
()
| 536 | // Err returns the error that iteration has failed with. |
| 537 | // When an error occurs, set cannot continue to iterate. |
| 538 | Err() error |
| 539 | // Warnings returns a collection of warnings for the whole set. |
| 540 | // Warnings could be return even iteration has not failed with error. |
| 541 | Warnings() annotations.Annotations |
no outgoing calls