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.
Implements
IMessageQueryError, IEquatableQueryError, IDeepCloneableQueryError, IBufferMessage, IMessageNamespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
QueryError()
public QueryError()
QueryError(QueryError)
public QueryError(QueryError other)
Parameter | |
---|---|
Name | Description |
other | QueryError |
Properties
Locator
public TextLocator Locator { get; set; }
The location of the time series query language text that this error applies to.
Property Value | |
---|---|
Type | Description |
TextLocator |
Message
public string Message { get; set; }
The error message.
Property Value | |
---|---|
Type | Description |
string |