Warnings returns a collection of warnings for the whole set. Warnings could be return even iteration has not failed with 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 |
| 542 | } |
| 543 | |
| 544 | var emptySeriesSet = errSeriesSet{} |
no outgoing calls