Class QueryError (2.11.1)

QueryError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An error associated with a query in the time series query language format.

Attributes

NameDescription
locator google.cloud.monitoring_v3.types.TextLocator
The location of the time series query language text that this error applies to.
message str
The error message.

Inheritance

builtins.object > proto.message.Message > QueryError