Class QueryError (3.0.0)

public sealed class QueryError : IMessage<QueryError>, IEquatable<QueryError>, IDeepCloneable<QueryError>, IBufferMessage, IMessage

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

Inheritance

Object > QueryError

Namespace

Google.Cloud.Monitoring.V3

Assembly

Google.Cloud.Monitoring.V3.dll

Constructors

QueryError()

public QueryError()

QueryError(QueryError)

public QueryError(QueryError other)
Parameter
NameDescription
otherQueryError

Properties

Locator

public TextLocator Locator { get; set; }

The location of the time series query language text that this error applies to.

Property Value
TypeDescription
TextLocator

Message

public string Message { get; set; }

The error message.

Property Value
TypeDescription
String