Google Cloud Monitoring v3 API - Class QueryError (3.8.0)

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

Reference documentation and code samples for the Google Cloud Monitoring v3 API class QueryError.

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