partialErrors property

List<Status>? partialErrors
getter/setter pair

Query execution errors that may have caused the time series data returned to be incomplete.

The available data will be available in the response.

Implementation

core.List<Status>? partialErrors;